Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dh8300-dis.c186 if ((x & SIZE) == L_3 || (x & SIZE) == L_3NZ) in print_one_arg()
574 || (looking_for & SIZE) == L_3NZ) in bfd_h8_disassemble()
577 if (cst[opnr] == 0 && (looking_for & SIZE) == L_3NZ) in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c584 case L_3NZ: in constant_fits_size_p()
1237 || (x_size == L_3 && op_size == L_3NZ)) in get_specific()
1353 case L_3NZ: in do_a_fix_imm()
/toolchain/binutils/binutils-2.27/include/opcode/
Dh8300.h33 L_3NZ = 0x30, enumerator
124 IMM3NZ = IMM | L_3NZ,