Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dh8300-dis.c100 case INDEXB: in extract_immediate()
286 else if ((x & MODE) == INDEXB) in print_one_arg()
459 || (looking_for & MODE) == INDEXB in bfd_h8_disassemble()
648 (args[0] & MODE) == INDEXB ? 'b' : 'w'); in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c805 op->mode |= INDEXB | direction; in get_operand()
962 operand[0].mode = (operand[0].mode & ~MODE) | INDEXB; in get_mova_operands()
979 operand[0].mode = (operand[0].mode & ~MODE) | INDEXB; in get_mova_operands()
1219 || op_mode == INDEXB || op_mode == INDEXW in get_specific()
1880 case INDEXB: in fix_operand_size()
2040 case INDEXB: in md_assemble()
/toolchain/binutils/binutils-2.25/include/opcode/
Dh8300.h64 INDEXB = 0x1200, enumerator
157 INDEXB16 = INDEXB | L_16,
160 INDEXB16D = INDEXB | L_16 | DST,
164 INDEXB32 = INDEXB | L_32,
167 INDEXB32D = INDEXB | L_32 | DST,