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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 526 *mode |= L_24;
1223 /* Promote a L_24 to L_32 if it makes us match. */
1224 if (x_size == L_24 && op_size == L_32)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 539 else if ((looking_for & SIZE) == L_24)
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 40 L_24 = 0xA0,
184 ABS24SRC = SRC | ABS | L_24,
189 ABS24DST = DST | ABS | L_24,
194 ABS24OP3 = OP3 | ABS | L_24,
283 #define DISP24LIST DISP | L_24, DATA5
288 #define ABS24LIST ABS | L_24, DATA5
293 #define DSTABS24LIST DST | ABS | L_24, DATA5
298 #define OP3ABS24LIST OP3 | ABS | L_24, DATA5
302 #define DSTDISP24LIST DST | DISP | L_24, DATA5
306 #define A24LIST L_24, DATA
    [all...]

Completed in 162 milliseconds