Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dh8300-dis.c106 case INDEXL: in extract_immediate()
296 else if ((x & MODE) == INDEXL) in print_one_arg()
461 || (looking_for & MODE) == INDEXL) in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c816 op->mode |= INDEXL | direction; in get_operand()
973 operand[0].mode = (operand[0].mode & ~MODE) | INDEXL; in get_mova_operands()
990 operand[0].mode = (operand[0].mode & ~MODE) | INDEXL; in get_mova_operands()
1225 || op_mode == INDEXL) in get_specific()
1887 case INDEXL: in fix_operand_size()
2052 case INDEXL: in md_assemble()
/toolchain/binutils/binutils-2.27/include/opcode/
Dh8300.h66 INDEXL = 0x1400, enumerator
159 INDEXL16 = INDEXL | L_16,
162 INDEXL16D = INDEXL | L_16 | DST,
166 INDEXL32 = INDEXL | L_32,
169 INDEXL32D = INDEXL | L_32 | DST,