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

  /external/qemu/tcg/
tcg-opc.h 230 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
237 /* Note: even if TARGET_LONG_BITS is not defined, the INDEX_op
240 #if TARGET_LONG_BITS == 32
245 #if TARGET_LONG_BITS == 32
250 #if TARGET_LONG_BITS == 32
255 #if TARGET_LONG_BITS == 32
260 #if TARGET_LONG_BITS == 32
265 #if TARGET_LONG_BITS == 32
270 #if TARGET_LONG_BITS == 32
276 #if TARGET_LONG_BITS == 3
    [all...]
tcg-op.h     [all...]
tcg.h 116 #if TARGET_LONG_BITS == 64
tcg.c 888 #if TARGET_LONG_BITS > TCG_TARGET_REG_BITS
    [all...]
  /external/qemu/
cpu-defs.h 34 #ifndef TARGET_LONG_BITS
35 #error TARGET_LONG_BITS must be defined before including this header
38 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
79 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
86 /* bit TARGET_LONG_BITS to TARGET_PAGE_BITS : virtual address
qemu_file.h 15 #if TARGET_LONG_BITS == 64
poison.h 28 #pragma GCC poison TARGET_LONG_BITS
def-helper.h 35 #if TARGET_LONG_BITS == 32
gdbstub.c 492 #if TARGET_LONG_BITS == 64
    [all...]
exec.c 293 #if TARGET_LONG_BITS > 32
    [all...]
  /external/qemu/target-i386/
exec.h 25 #define TARGET_LONG_BITS 64
27 #define TARGET_LONG_BITS 32
cpu.h 26 #define TARGET_LONG_BITS 64
28 #define TARGET_LONG_BITS 32
op_helper.c     [all...]
ops_sse.h     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 255 #if TARGET_LONG_BITS == 64
534 #if TARGET_LONG_BITS == 64
544 #if TARGET_LONG_BITS == 64
581 #if TARGET_LONG_BITS == 64
593 #if TARGET_LONG_BITS == 32
731 #if TARGET_LONG_BITS == 64
741 #if TARGET_LONG_BITS == 64
777 #if TARGET_LONG_BITS == 64
789 #if TARGET_LONG_BITS == 32
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 961 # if TARGET_LONG_BITS == 64
979 # if TARGET_LONG_BITS == 64
1018 # if TARGET_LONG_BITS == 64
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1012 if (TCG_TARGET_REG_BITS == 64 && TARGET_LONG_BITS == 64) {
1042 if (TARGET_LONG_BITS > TCG_TARGET_REG_BITS) {
    [all...]
  /external/qemu/hw/
hw.h 222 #if TARGET_LONG_BITS == 64
  /external/qemu/tcg/hppa/
tcg-target.c 928 if (TARGET_LONG_BITS == 64) {
942 if (TARGET_LONG_BITS == 64) {
1029 int addrhi_reg = (TARGET_LONG_BITS == 64 ? *args++ : TCG_REG_R0);
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 722 #if TARGET_LONG_BITS == 32
861 #if TARGET_LONG_BITS == 32
877 #if TARGET_LONG_BITS == 32
1041 #if TARGET_LONG_BITS == 32
1057 #if TARGET_LONG_BITS == 32
    [all...]
  /external/qemu/target-arm/
cpu.h 22 #define TARGET_LONG_BITS 32
  /external/qemu/tcg/ppc64/
tcg-target.c 31 #if TARGET_LONG_BITS == 32
572 #if TARGET_LONG_BITS == 32
690 #if TARGET_LONG_BITS == 32
818 #if TARGET_LONG_BITS == 32
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 574 #if TARGET_LONG_BITS == 32
769 #if TARGET_LONG_BITS == 32
    [all...]

Completed in 256 milliseconds