Home
last modified time | relevance | path

Searched refs:L_16U (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dh8300-dis.c132 case L_16U: in extract_immediate()
208 case L_16U: in print_one_arg()
226 case L_16U: in print_one_arg()
268 (x & SIZE) == L_16U) in print_one_arg()
515 || (looking_for & SIZE) == L_16U) in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c593 case L_16U: in constant_fits_size_p()
1230 if (((x_size == L_16 && op_size == L_16U) in get_specific()
1366 case L_16U: in do_a_fix_imm()
1431 case L_16U: in do_a_fix_imm()
/toolchain/binutils/binutils-2.25/include/opcode/
Dh8300.h39 L_16U = 0x90, enumerator
130 IMM16U = IMM | SRC | L_16U,
183 ABS16SRC = SRC | ABS | L_16U,
188 ABS16DST = DST | ABS | L_16U,
193 ABS16OP3 = OP3 | ABS | L_16U,
287 #define ABS16LIST ABS | L_16U, DATA3
292 #define DSTABS16LIST DST | ABS | L_16U, DATA3