Searched refs:LOWREG (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-h8300.c | 664 op->mode = (op->mode & ~MODE) | LOWREG; in get_operand() 669 op->mode = (op->mode & ~MODE) | LOWREG; in get_operand() 673 op->mode = (op->mode & ~MODE) | LOWREG; in get_operand() 676 op->mode = (op->mode & ~MODE) | LOWREG; in get_operand() 974 else if ((operand[1].mode & MODE) == LOWREG) in get_mova_operands() 998 if (((operand[1].mode & MODE) == REG || (operand[1].mode & MODE) == LOWREG) in get_mova_operands() 1106 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific() 1117 if (x_mode == LOWREG) in get_specific() 1507 if (c2 == REG || c2 == LOWREG in build_bytes() 1512 if (c2 == LOWREG) in build_bytes()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | h8300-dis.c | 217 else if ((x & MODE) == LOWREG) in print_one_arg() 471 || (looking_for & MODE) == LOWREG in bfd_h8_disassemble()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | h8300.h | 71 LOWREG = 0x1900, enumerator 1257 …{O (O_BRAB, SB), AV_H8SX, 0, "bra", {{LOWREG | L_8, E}}, {{0x5, 0x9, LOWREG | L_8 | B30, 0x5, E}… 1258 …{O (O_BRAW, SW), AV_H8SX, 0, "bra", {{LOWREG | L_16, E}}, {{0x5, 0x9, LOWREG | L_16 | B30, 0x6, E}… 1346 …{O (O_BSR, SB), AV_H8SX, 0, "bsr", {{LOWREG | L_8, E}}, {{0x5, 0xd, B30 | LOWREG | L_8, 0x5, E… 1347 …{O (O_BSR, SW), AV_H8SX, 0, "bsr", {{LOWREG | L_16, E}}, {{0x5, 0xd, B30 | LOWREG | L_16, 0x6, E…
|