Searched refs:L_24 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 526 *mode |= L_24; in skip_colonthing() 1224 if (x_size == L_24 && op_size == L_32) in get_specific() 1382 case L_24: in do_a_fix_imm() 1412 case L_24: in do_a_fix_imm() 1415 where = (operand->mode & SIZE) == L_24 ? -1 : 0; in do_a_fix_imm() 1893 operand->mode |= L_24; in fix_operand_size()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 40 L_24 = 0xA0, enumerator 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, DATA5 [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | h8300-dis.c | 539 else if ((looking_for & SIZE) == L_24) in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 4741 (get_specific): Promote L_24 to L_32 if it makes a match. 4743 (do_a_fix_imm): Clean up L_32 and L_24 handling.
|