Searched refs:HOST_LONG_BITS (Results 1 - 9 of 9) sorted by relevance

/vbox/src/recompiler/Sun/
H A Dconfig-host.h21 # define HOST_LONG_BITS 64 macro
24 # define HOST_LONG_BITS 32 macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_config.h157 #define HOST_LONG_BITS ARCH_BITS macro
158 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
/vbox/src/recompiler/
H A Dcpu-defs.h71 #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
99 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
H A Dbswap.h208 #define leul_to_cpu(v) glue(glue(le,HOST_LONG_BITS),_to_cpu)(v)
H A Dexec-all.h70 #if HOST_LONG_BITS == 32
H A Dcpu-all.h789 #if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS
H A Dexec.c173 #if HOST_LONG_BITS < TARGET_PHYS_ADDR_SPACE_BITS
174 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c137 #if HOST_LONG_BITS == 32
/vbox/src/recompiler/target-i386/
H A Dcpu.h824 # if TARGET_LONG_BITS > HOST_LONG_BITS

Completed in 84 milliseconds