Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dh8300-dis.c115 case INDEXW: in extract_immediate()
303 else if ((x & MODE) == INDEXW) in print_one_arg()
472 || (looking_for & MODE) == INDEXW in bfd_h8_disassemble()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-h8300.c775 op->mode |= INDEXW | direction; in get_operand()
932 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW; in get_mova_operands()
949 operand[0].mode = (operand[0].mode & ~MODE) | INDEXW; in get_mova_operands()
1186 || op_mode == INDEXB || op_mode == INDEXW in get_specific()
1818 case INDEXW: in fix_operand_size()
1977 case INDEXW: in md_assemble()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dh8300.h67 INDEXW = 0x1300, enumerator
160 INDEXW16 = INDEXW | L_16,
163 INDEXW16D = INDEXW | L_16 | DST,
167 INDEXW32 = INDEXW | L_32,
170 INDEXW32D = INDEXW | L_32 | DST,