HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_LONG_BITS (Results 1 - 15 of 15) sorted by null

  /external/qemu/tcg/
tcg-opc.h 176 #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 == 3
    [all...]
tcg.h 193 #if TARGET_LONG_BITS == 64
tcg-op.h     [all...]
tcg.c 1110 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
    [all...]
  /external/qemu/include/exec/
cpu-defs.h 35 #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
poison.h 29 #pragma GCC poison TARGET_LONG_BITS
def-helper.h 35 #if TARGET_LONG_BITS == 32
  /external/qemu/target-mips/
mips-defs.h 12 #define TARGET_LONG_BITS 64
16 #define TARGET_LONG_BITS 32
  /external/qemu/include/hw/
hw.h 21 #if TARGET_LONG_BITS == 64
  /external/qemu/target-i386/
int_helper.c 460 count = TARGET_LONG_BITS - 1;
461 mask = (target_ulong)1 << (TARGET_LONG_BITS - 1);
cpu.h 26 #define TARGET_LONG_BITS 64
28 #define TARGET_LONG_BITS 32
    [all...]
ops_sse.h     [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]
  /external/qemu/target-arm/
cpu.h 28 # define TARGET_LONG_BITS 64
31 # define TARGET_LONG_BITS 32
  /external/qemu/
gdbstub.c 494 #if TARGET_LONG_BITS == 64
    [all...]

Completed in 794 milliseconds