Searched defs:disp (Results 1 - 25 of 83) sorted by relevance

1234

/haiku-buildtools/binutils/gas/config/
H A Drx-parse.y1053 disp : { $$ = zero_expr (); } label
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386-protos.h285 rtx base, index, disp; member in struct:ix86_address
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16-protos.h56 rtx disp; /* Displacement or Absolute address. */ member in struct:cr16_address
/haiku-buildtools/legacy/binutils/opcodes/
H A Dh8500-dis.c97 int disp = 0; local
[all...]
H A Dpdp11-dis.c85 int disp; local
H A Dsh-dis.c504 int disp = 0; local
[all...]
H A Dtic30-dis.c214 unsigned char disp; local
H A Dtic4x-dis.c293 unsigned int disp; local
H A Dhppa-dis.c1102 int disp; local
1118 int disp; local
1134 int disp = extract_16 (insn); local
1143 int disp = extract_16 (insn); local
[all...]
H A Dm68k-dis.c442 print_base(int regno, bfd_vma disp, disassemble_info *info) argument
584 bfd_signed_vma disp; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_2-crc32.h46 int disp = len / 8; local
90 int disp = shft / 8; local
101 int disp = len / 8; local
/haiku-buildtools/gcc/libgomp/
H A Doacc-init.c66 goacc_register (struct gomp_device_descr *disp) argument
/haiku-buildtools/binutils/opcodes/
H A Dscore7-dis.c578 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe); local
755 int disp = (given & 0xff) << 1; local
H A Dpdp11-dis.c87 int disp; local
H A Dh8500-dis.c98 int disp = 0; local
[all...]
H A Dscore-dis.c730 /* disp : [24 -20] , [9-7 ] , [0] */ local
754 /* disp : [24 -20] , [9-7 ] , [0] */ local
717 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe); local
742 int disp = (given&1)<<1 |((given>>7)&7)<<2 |((given>>20)&0x1f)<<5; local
918 int disp = (given & 0x1ff) << 1; local
[all...]
H A Dsh-dis.c506 int disp = 0; local
[all...]
H A Dtic4x-dis.c296 unsigned int disp; local
H A Drx-decode.c216 int disp; local
H A Dtic30-dis.c216 unsigned char disp; local
/haiku-buildtools/gcc/libgcc/
H A Dunwind-seh.c74 PDISPATCHER_CONTEXT disp; member in struct:_Unwind_Context
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Drand_regression_test.hpp113 bool disp = true; // show progress local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Drand_regression_test.hpp113 bool disp = true; // show progress local
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_target.cpp509 int64_t disp; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-sh64.c503 bfd_vma disp, dropped; local

Completed in 206 milliseconds

1234