Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h65 DISP = 0x20, /* Displacement value. */ enumerator
128 {REG | MEM | IMM | DISP, 0}, MAX, 0x11},
133 {REG | MEM | IMM | DISP, 0}, MAX, 0x12},
138 {REG | MEM | IMM | DISP, 0}, MAX, 0x13},
173 {IMM | REG | MEM | DISP, 0}, MAX, 0x14},
176 {IMM | REG | MEM | DISP, 0}, MAX, 0x16},
179 {IMM | REG | MEM | DISP, 0}, MAX, 0x15},
182 {IMM | REG | MEM | DISP, 0}, MAX, 0x17},
187 {IMM | REG | MEM | DISP, 0}, MAX, 0xA4},
190 {IMM | REG | MEM | DISP, 0}, MAX, 0xA5},
[all …]
H A Dh8300.h53 DISP = 0x0500, enumerator
173 DISP2SRC = DISP | L_2 | SRC,
174 DISP16SRC = DISP | L_16 | SRC,
175 DISP32SRC = DISP | L_32 | SRC,
177 DISP2DST = DISP | L_2 | DST,
178 DISP16DST = DISP | L_16 | DST,
179 DISP32DST = DISP | L_32 | DST,
284 #define DISP16LIST DISP | L_16, DATA3
285 #define DISP24LIST DISP | L_24, DATA5
286 #define DISP32LIST DISP | L_32, DATA7
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.y202 op->mode = DISP;
212 op->mode = DISP;
222 op->mode = DISP;
226 op->mode = DISP;
428 op->mode = DISP;
H A Dm68k-parse.h294 DISP, enumerator
H A Dtc-h8300.c787 op->mode |= DISP | direction; in get_operand()
1184 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS in get_specific()
1198 if ((op_mode == ABS || op_mode == DISP) && x_size == L_8) in get_specific()
1484 || (c & ABSJMP) || c2 == DISP) in build_bytes()
1606 if (x_mode == IMM || x_mode == DISP) in build_bytes()
1799 if (SXmode && (operand->mode & MODE) == DISP) in fix_operand_size()
1824 case DISP: in fix_operand_size()
H A Dtc-m68k.c1236 case DISP:
1264 case DISP:
1281 case DISP:
1300 case DISP:
1539 if (opP->mode != DISP
1873 || (opP->mode == DISP && !(opP->reg == PC ||
1879 if (!(opP->mode == AINDR || opP->mode == DISP))
2115 case DISP:
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.y229 op->mode = DISP;
239 op->mode = DISP;
249 op->mode = DISP;
253 op->mode = DISP;
455 op->mode = DISP;
H A Dm68k-parse.h300 DISP, enumerator
H A Dtc-h8300.c768 op->mode |= DISP | direction; in get_operand()
1166 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS in get_specific()
1457 || (c & ABSJMP) || c2 == DISP) in build_bytes()
1579 if (x_mode == IMM || x_mode == DISP) in build_bytes()
1772 if (SXmode && (operand->mode & MODE) == DISP) in fix_operand_size()
1797 case DISP: in fix_operand_size()
H A Dtc-m68k.c1312 case DISP: in m68k_ip()
1340 case DISP: in m68k_ip()
1357 case DISP: in m68k_ip()
1376 case DISP: in m68k_ip()
1586 && (opP->mode != DISP in m68k_ip()
1623 if (opP->mode != DISP in m68k_ip()
1972 || (opP->mode == DISP in m68k_ip()
1978 if (!(opP->mode == AINDR || opP->mode == DISP)) in m68k_ip()
2265 case DISP: in m68k_ip()
H A Dtc-maxq.c1818 i.types[this_operand] = DISP; /* Set the type. */ in maxq20_operand()
1845 i.types[this_operand] = DISP; /* Set the type. */ in maxq20_operand()
1996 case DISP: in match_operands()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c347 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
355 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP | REVERSE_MATCH, \
378 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
384 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP, \
H A Dh8300-dis.c103 if ((looking_for & MODE) == DISP) in extract_immediate()
295 else if ((x & MODE) == DISP) in print_one_arg()
468 else if ((looking_for & MODE) == DISP in bfd_h8_disassemble()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstr-io.fin26 Disp DISP
H A Dstr-op.fin34 Disp DISP
H A Dg77.texi9181 @command{g77} doesn't have support for keywords such as @code{DISP='DELETE'} in
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dh8300-dis.c115 if ((looking_for & MODE) == DISP)
318 else if ((x & MODE) == DISP)
504 else if ((looking_for & MODE) == DISP ||
/openbsd/gnu/usr.bin/binutils/gas/
H A Dm68k-parse.c1169 op->mode = DISP; in yyparse()
1181 op->mode = DISP; in yyparse()
1193 op->mode = DISP; in yyparse()
1199 op->mode = DISP; in yyparse()
1446 op->mode = DISP; in yyparse()
H A 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
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dm68k-parse.c1482 op->mode = DISP;
1495 op->mode = DISP;
1508 op->mode = DISP;
1515 op->mode = DISP;
1787 op->mode = DISP;
H A 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
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td35 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice.
88 // (DISP) for that superslice.
178 // (DISP) for that superslice.
207 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice.
292 // EXECO) and all three dispatches (DISP) to the given superslice.
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dh8300.h52 DISP = 0x0500, enumerator
172 DISP2SRC = DISP | L_2 | SRC,
173 DISP16SRC = DISP | L_16 | SRC,
174 DISP32SRC = DISP | L_32 | SRC,
176 DISP2DST = DISP | L_2 | DST,
177 DISP16DST = DISP | L_16 | DST,
178 DISP32DST = DISP | L_32 | DST,
283 #define DISP16LIST DISP | L_16, DATA3
284 #define DISP24LIST DISP | L_24, DATA5
285 #define DISP32LIST DISP | L_32, DATA7
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Dppro.md46 ;; DECODER0 DECODER1 DECODER2 DISP/EXEC RETIRE
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.413184 (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not