Home
last modified time | relevance | path

Searched defs:tcg_const_ptr (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/
H A Dtcg.h421 #define tcg_const_ptr tcg_const_i32 macro
431 #define tcg_const_ptr tcg_const_i64 macro
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg.h1042 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1045 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu/qemu-6.2.0/include/tcg/
H A Dtcg.h1052 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1055 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg.h1042 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1045 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu5/qemu-5.2.0/include/tcg/
H A Dtcg.h1057 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1060 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/tcg/
H A Dtcg.h1042 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1045 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/tcg/
H A Dtcg.h1058 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1061 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/tcg/
H A Dtcg.h1057 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1060 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu60/qemu-6.0.0/include/tcg/
H A Dtcg.h1118 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1121 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Dtcg.h1091 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i32((intptr_t)(x))) macro
1094 # define tcg_const_ptr(x) ((TCGv_ptr)tcg_const_i64((intptr_t)(x))) macro
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.h790 #define tcg_const_ptr(t, V) TCGV_NAT_TO_PTR(tcg_const_i32(t, (intptr_t)(V))) macro
801 #define tcg_const_ptr(t, V) TCGV_NAT_TO_PTR(tcg_const_i64(t, (intptr_t)(V))) macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.h790 #define tcg_const_ptr(t, V) TCGV_NAT_TO_PTR(tcg_const_i32(t, (intptr_t)(V))) macro
801 #define tcg_const_ptr(t, V) TCGV_NAT_TO_PTR(tcg_const_i64(t, (intptr_t)(V))) macro