Searched refs:DISP (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h65 DISP = 0x20, /* Displacement value. */ enumerator in enum:__anon5722
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,
[all...]
H A Dh8300.h53 DISP = 0x0500, enumerator in enum:h8_flags
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_3
[all...]
/openbsd-current/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 in enum:m68k_operand_type
H A Dtc-h8300.c737 ambiguous, so we should try whether it's a DISP operand
787 op->mode |= DISP | direction;
1184 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS
1198 if ((op_mode == ABS || op_mode == DISP) && x_size == L_8)
1484 || (c & ABSJMP) || c2 == DISP)
1606 if (x_mode == IMM || x_mode == DISP)
1799 if (SXmode && (operand->mode & MODE) == DISP)
1824 case DISP:
H A Dtc-m68k.c1237 case DISP:
1265 case DISP:
1282 case DISP:
1301 case DISP:
1540 if (opP->mode != DISP
1874 || (opP->mode == DISP && !(opP->reg == PC ||
1880 if (!(opP->mode == AINDR || opP->mode == DISP))
2116 case DISP:
/openbsd-current/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 in enum:m68k_operand_type
H A Dtc-h8300.c718 ambiguous, so we should try whether it's a DISP operand
768 op->mode |= DISP | direction;
1166 else if ((op_mode == DISP || op_mode == IMM || op_mode == ABS
1457 || (c & ABSJMP) || c2 == DISP)
1579 if (x_mode == IMM || x_mode == DISP)
1772 if (SXmode && (operand->mode & MODE) == DISP)
1797 case DISP:
H A Dtc-m68k.c1313 case DISP:
1341 case DISP:
1358 case DISP:
1377 case DISP:
1587 && (opP->mode != DISP
1624 if (opP->mode != DISP
1973 || (opP->mode == DISP
1979 if (!(opP->mode == AINDR || opP->mode == DISP))
2266 case DISP:
H A Dtc-maxq.c1818 i.types[this_operand] = DISP; /* Set the type. */
1845 i.types[this_operand] = DISP; /* Set the type. */
1996 case DISP:
2064 These are the types of the operands (REG/IMM/DISP/MEM/BIT/FLAG/IMMBIT)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dh8300-dis.c115 if ((looking_for & MODE) == DISP)
169 fprintf (stream, "DISP bad size\n");
318 else if ((x & MODE) == DISP)
504 else if ((looking_for & MODE) == DISP ||
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8300-dis.c103 if ((looking_for & MODE) == DISP)
159 fprintf (stream, "DISP bad size\n");
295 else if ((x & MODE) == DISP)
468 else if ((looking_for & MODE) == DISP
H A Dcrx-opc.c347 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \
355 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP | REVERSE_MATCH, \
378 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \
384 {NAME, 1, 0x8+OPC2, 28, LD_STOR_INS | DISP, \
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dm68k-parse.c1171 op->mode = DISP;
1183 op->mode = DISP;
1195 op->mode = DISP;
1201 op->mode = DISP;
1448 op->mode = DISP;
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dh8300.h52 DISP = 0x0500, enumerator in enum:h8_flags
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_3
[all...]

Completed in 719 milliseconds