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

/external/qemu/tcg/
H A Dtcg-opc.h176 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
188 #if TARGET_LONG_BITS <= TCG_TARGET_REG_BITS
212 #if TARGET_LONG_BITS == 32
217 #if TARGET_LONG_BITS == 32
222 #if TARGET_LONG_BITS == 32
227 #if TARGET_LONG_BITS == 32
232 #if TARGET_LONG_BITS == 32
237 #if TARGET_LONG_BITS == 32
243 #if TARGET_LONG_BITS == 32
248 #if TARGET_LONG_BITS
[all...]
H A Dtcg.h193 #if TARGET_LONG_BITS == 64
H A Dtcg-op.h2589 #ifndef TARGET_LONG_BITS
2593 #if TARGET_LONG_BITS == 32
2625 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
2711 #if TARGET_LONG_BITS == 64
H A Dtcg.c1110 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
/external/qemu/include/exec/
H A Dcpu-defs.h35 #ifndef TARGET_LONG_BITS
36 #error TARGET_LONG_BITS must be defined before including this header
39 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
80 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
87 /* bit TARGET_LONG_BITS to TARGET_PAGE_BITS : virtual address
H A Dpoison.h29 #pragma GCC poison TARGET_LONG_BITS
H A Ddef-helper.h35 #if TARGET_LONG_BITS == 32
/external/qemu/target-mips/
H A Dmips-defs.h12 #define TARGET_LONG_BITS 64 macro
16 #define TARGET_LONG_BITS 32 macro
/external/qemu/include/hw/
H A Dhw.h21 #if TARGET_LONG_BITS == 64
/external/qemu/target-i386/
H A Dint_helper.c460 count = TARGET_LONG_BITS - 1;
461 mask = (target_ulong)1 << (TARGET_LONG_BITS - 1);
H A Dcpu.h26 #define TARGET_LONG_BITS 64 macro
28 #define TARGET_LONG_BITS 32 macro
H A Dops_sse.h2148 (TARGET_LONG_BITS - len))) ^ crc1;
/external/qemu/tcg/i386/
H A Dtcg-target.c1090 if (TARGET_LONG_BITS == 64) {
1131 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1169 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1185 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1198 if (TARGET_LONG_BITS == 64) {
1269 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
1282 if (TARGET_LONG_BITS == 64) {
1439 addrhi = (TARGET_LONG_BITS > TCG_TARGET_REG_BITS ? *args++ : 0);
1561 addrhi = (TARGET_LONG_BITS > TCG_TARGET_REG_BITS ? *args++ : 0);
2066 #elif TARGET_LONG_BITS <
[all...]
/external/qemu/target-arm/
H A Dcpu.h28 # define TARGET_LONG_BITS 64 macro
31 # define TARGET_LONG_BITS 32 macro
/external/qemu/
H A Dgdbstub.c494 #if TARGET_LONG_BITS == 64

Completed in 696 milliseconds