Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dh8300-dis.c103 case INDEXW: in extract_immediate()
291 else if ((x & MODE) == INDEXW) in print_one_arg()
460 || (looking_for & MODE) == INDEXW in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-h8300.c813 op->mode |= INDEXW | direction; in get_operand()
970 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW; in get_mova_operands()
987 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW; in get_mova_operands()
1224 || op_mode == INDEXB || op_mode == INDEXW in get_specific()
1886 case INDEXW: in fix_operand_size()
2049 case INDEXW: in md_assemble()
/toolchain/binutils/binutils-2.27/include/opcode/
Dh8300.h65 INDEXW = 0x1300, enumerator
158 INDEXW16 = INDEXW | L_16,
161 INDEXW16D = INDEXW | L_16 | DST,
165 INDEXW32 = INDEXW | L_32,
168 INDEXW32D = INDEXW | L_32 | DST,