Home
last modified time | relevance | path

Searched refs:DISP (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Djump16.d10 [ ]*[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
Dsub.d9 …0: 66 be (0|1)(0|2|4) 00[ ]+mov[ ]+\$0x(1)?(0|2|4),%si[ ]+2:[ ]+(R_386_PC|DISP)16[ ]+.data(-0…
Djump.d10 …f9) ff ff ff|00 00 00 00) jmp (0x)?(0|3|7)( <.text(\+0x7)?>)? 3: (R_386_PC)?(DISP)?32 xxx
20 …ff ff ff|00 00 00 00) call (0x)?(0|3a|3e)( <.text(\+0x3e)?>)? 3a: (R_386_PC)?(DISP)?32 xxx
/toolchain/binutils/binutils-2.27/gas/config/
Dm68k-parse.y228 op->mode = DISP;
238 op->mode = DISP;
248 op->mode = DISP;
252 op->mode = DISP;
454 op->mode = DISP;
Dtc-h8300.c825 op->mode |= DISP | direction; in get_operand()
1223 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS in get_specific()
1403 if ((operand->mode & MODE) == DISP && relaxmode == 1) in do_a_fix_imm()
1422 if ((operand->mode & MODE) == DISP && relaxmode == 1) in do_a_fix_imm()
1535 || (c & ABSJMP) || c2 == DISP) in build_bytes()
1657 if (x_mode == IMM || x_mode == DISP) in build_bytes()
1662 if (x_mode == DISP) in build_bytes()
1859 if (SXmode && (operand->mode & MODE) == DISP) in fix_operand_size()
1884 case DISP: in fix_operand_size()
Dm68k-parse.h313 DISP, enumerator
Dtc-m68k.c1627 case DISP: in m68k_ip()
1655 case DISP: in m68k_ip()
1672 case DISP: in m68k_ip()
1691 case DISP: in m68k_ip()
1901 && (opP->mode != DISP in m68k_ip()
1938 if (opP->mode != DISP in m68k_ip()
2313 || (opP->mode == DISP in m68k_ip()
2319 if (!(opP->mode == AINDR || opP->mode == DISP)) in m68k_ip()
2618 case DISP: in m68k_ip()
/toolchain/binutils/binutils-2.27/opcodes/
Dcrx-opc.c348 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
356 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP | REVERSE_MATCH, \
379 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
385 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP, \
Dh8300-dis.c91 if ((looking_for & MODE) == DISP) in extract_immediate()
283 else if ((x & MODE) == DISP) in print_one_arg()
456 else if ((looking_for & MODE) == DISP in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.27/include/opcode/
Dh8300.h51 DISP = 0x0500, enumerator
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, DATA7
[all …]
/toolchain/binutils/binutils-2.27/cpu/
Depiphany.cpu374 (define-normal-insn-enum disp-post-modify "postmodify displacement" () PMOD_ f-pm (DISP POST))
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92951630 DISP handling. Check m68k_rel32 in BASE/POST/PRE handling.
1785 DISP, not BASE.
1804 FPREG. Rename AOFF to DISP. Rename AINDX to BASE. Rename APODX