Home
last modified time | relevance | path

Searched refs:HOST_LONG_BITS (Results 1 – 20 of 20) sorted by relevance

/external/qemu/
Dhost-defs.h9 #if HOST_LONG_BITS == 32
12 #elif HOST_LONG_BITS == 64
Dthunk.c146 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32 in thunk_convert()
152 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32 in thunk_convert()
167 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64 in thunk_convert()
173 #elif HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 64 in thunk_convert()
Dcpu-defs.h57 #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
79 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
Dbswap.h223 #define leul_to_cpu(v) glue(glue(le,HOST_LONG_BITS),_to_cpu)(v)
Dcpu-all.h641 #if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS
Dvl.c2422 if (value > (2047 << 20) && HOST_LONG_BITS == 32) { in main()
Dvl-android.c2915 && HOST_LONG_BITS == 32 in main()
/external/qemu/android/config/windows/
Dconfig-host.h5 #define HOST_LONG_BITS 64 macro
8 #define HOST_LONG_BITS 32 macro
/external/qemu/target-arm/
Dhelper-android.h5 #if HOST_LONG_BITS == 32
8 #if HOST_LONG_BITS == 64
Dhelper-android.c39 #if HOST_LONG_BITS == 32
46 #if HOST_LONG_BITS == 64
Dtranslate-android.h295 #if HOST_LONG_BITS == 32 in gen_traceBB()
304 #elif HOST_LONG_BITS == 64 in gen_traceBB()
/external/qemu/android/config/freebsd-x86/
Dconfig-host.h5 #define HOST_LONG_BITS 64 macro
8 #define HOST_LONG_BITS 32 macro
/external/qemu/android/config/linux-x86/
Dconfig-host.h5 #define HOST_LONG_BITS 64 macro
8 #define HOST_LONG_BITS 32 macro
/external/qemu/android/config/darwin-x86/
Dconfig-host.h5 #define HOST_LONG_BITS 64 macro
8 #define HOST_LONG_BITS 32 macro
/external/qemu/android/
Dopengles.c30 #if HOST_LONG_BITS == 32
32 #elif HOST_LONG_BITS == 64
35 #error Unknown HOST_LONG_BITS
/external/qemu/android/config/linux-ppc/
Dconfig-host.h3 #define HOST_LONG_BITS 32 macro
/external/qemu/slirp/
Dslirp_config.h155 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
/external/qemu/slirp-android/
Dslirp_config.h155 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
/external/qemu/fpu/
Dsoftfloat-native.c130 #if HOST_LONG_BITS == 32
/external/qemu/tcg/sparc/
Dtcg-target.c729 #if HOST_LONG_BITS == 32