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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sub.d 9 0: 66 be (0|1)(0|2|4) 00[ ]+mov[ ]+\$0x(1)?(0|2|4),%si[ ]+2:[ ]+(R_386_PC|DISP)16[ ]+.data(-0x10)?
jump16.d 10 [ ]*[a-f0-9]+: e9 f(e|b) ff jmp (0x3|0 <.text>) 3: (R_386_PC)?(DISP)?16 xxx
18 [ ]*[a-f0-9]+: 66 e8 (fc|d5) ff ff ff calll (0x27|0 <.text>) 27: (R_386_PC)?(DISP)?32 xxx
35 [ ]*[a-f0-9]+: e8 (fe|8d) ff call (0x71|0 <.text>) 71: (R_386_PC)?(DISP)?16 xxx
jump.d 10 [ ]*[a-f0-9]+: e9 ((fc|f9) ff ff ff|00 00 00 00) jmp (0x)?(0|3|7)( <.text(\+0x7)?>)? 3: (R_386_PC)?(DISP)?32 xxx
20 [ ]*[a-f0-9]+: e8 ((fc|c2) ff ff ff|00 00 00 00) call (0x)?(0|3a|3e)( <.text(\+0x3e)?>)? 3a: (R_386_PC)?(DISP)?32 xxx
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 317 for (DISubprogram *DISP : DIC->getSubprograms()) {
319 if (!VisitedSet.insert(DISP).second)
322 // If the function referenced by DISP is not null, the function is live.
323 if (LiveSPs.count(DISP))
324 LiveSubprograms.push_back(DISP);
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.y 180 op->disp = $1;
185 op->disp = $2;
190 op->disp = $2;
223 op->disp = $2;
228 op->mode = DISP;
233 op->disp = $4;
238 op->mode = DISP;
243 op->disp = $1;
248 op->mode = DISP;
252 op->mode = DISP;
    [all...]
m68k-parse.h 313 DISP,
342 struct m68k_exp disp; member in struct:m68k_op
tc-h8300.c 769 /* Fall through into disp case - the grammar is somewhat
770 ambiguous, so we should try whether it's a DISP operand
774 /* Disp. */
820 op->mode |= DISP | direction;
1008 as_bad (_("expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""));
1218 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS
    [all...]
tc-m68k.c 5032 long disp; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 91 if ((looking_for & MODE) == DISP)
147 fprintf (stream, "DISP bad size\n");
283 else if ((x & MODE) == DISP)
456 else if ((looking_for & MODE) == DISP
crx-opc.c 348 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \
356 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP | REVERSE_MATCH, \
379 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \
385 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP, \
  /external/f2fs-tools/include/
f2fs_fs.h 160 #define DISP(fmt, ptr, member) \
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 51 DISP = 0x0500,
171 DISP2SRC = DISP | L_2 | SRC,
172 DISP16SRC = DISP | L_16 | SRC,
173 DISP32SRC = DISP | L_32 | SRC,
175 DISP2DST = DISP | L_2 | DST,
176 DISP16DST = DISP | L_16 | DST,
177 DISP32DST = DISP | L_32 | DST,
282 #define DISP16LIST DISP | L_16, DATA3
283 #define DISP24LIST DISP | L_24, DATA5
284 #define DISP32LIST DISP | L_32, DATA
    [all...]
  /external/f2fs-tools/fsck/
mount.c 146 DISP("%s", sb, version);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 1427 milliseconds