Searched refs:TARGET_LONG_BITS (Results 1 - 11 of 11) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg-opc.h224 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
231 /* Note: even if TARGET_LONG_BITS is not defined, the INDEX_op
234 #if TARGET_LONG_BITS == 32
239 #if TARGET_LONG_BITS == 32
244 #if TARGET_LONG_BITS == 32
249 #if TARGET_LONG_BITS == 32
254 #if TARGET_LONG_BITS == 32
259 #if TARGET_LONG_BITS == 32
265 #if TARGET_LONG_BITS == 32
270 #if TARGET_LONG_BITS
[all...]
H A Dtcg-op.h2077 #ifndef TARGET_LONG_BITS
2081 #if TARGET_LONG_BITS == 32
2109 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
2130 #if TARGET_LONG_BITS == 32
2141 #if TARGET_LONG_BITS == 32
2152 #if TARGET_LONG_BITS == 32
2163 #if TARGET_LONG_BITS == 32
2174 #if TARGET_LONG_BITS == 32
2185 #if TARGET_LONG_BITS == 32
2196 #if TARGET_LONG_BITS
[all...]
H A Dtcg.h116 #if TARGET_LONG_BITS == 64
H A Dtcg.c871 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
/vbox/src/recompiler/
H A Dcpu-defs.h48 #ifndef TARGET_LONG_BITS
49 #error TARGET_LONG_BITS must be defined before including this header
52 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
99 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
106 /* bit TARGET_LONG_BITS to TARGET_PAGE_BITS : virtual address
H A Ddef-helper.h35 #if TARGET_LONG_BITS == 32
/vbox/src/recompiler/target-i386/
H A Dexec.h34 #define TARGET_LONG_BITS 64 macro
36 #define TARGET_LONG_BITS 32 macro
H A Dcpu.h35 #define TARGET_LONG_BITS 64 macro
37 #define TARGET_LONG_BITS 32 macro
824 # if TARGET_LONG_BITS > HOST_LONG_BITS
H A Dop_helper.c6995 count = TARGET_LONG_BITS - 1;
6996 mask = (target_ulong)1 << (TARGET_LONG_BITS - 1);
H A Dops_sse.h2071 (TARGET_LONG_BITS - len))) ^ crc1;
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c1099 if (TCG_TARGET_REG_BITS == 64 && TARGET_LONG_BITS == 64) {
1129 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1341 mem_index = args[addrlo_idx + 1 + (TARGET_LONG_BITS > TCG_TARGET_REG_BITS)];
1360 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1367 if (TCG_TARGET_REG_BITS == 32 && TARGET_LONG_BITS == 64) {
1524 mem_index = args[addrlo_idx + 1 + (TARGET_LONG_BITS > TCG_TARGET_REG_BITS)];
1543 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1561 } else if (TARGET_LONG_BITS == 32) {
2094 #elif TARGET_LONG_BITS <= TCG_TARGET_REG_BITS

Completed in 92 milliseconds