Home
last modified time | relevance | path

Searched refs:MACREG (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dh8300-dis.c308 else if ((x & MODE) == MACREG) in print_one_arg()
494 || ((looking_for & MODE) == MACREG in bfd_h8_disassemble()
589 else if ((looking_for & MODE) == MACREG) in bfd_h8_disassemble()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-h8300.c881 op->mode = MACREG; in get_operand()
1152 op_mode != MACREG) in get_specific()
1157 op_mode != MACREG) in get_specific()
1592 if (c2 == MACREG) in build_bytes()
1594 if (operand[0].mode == MACREG) in build_bytes()
/toolchain/binutils/binutils-2.25/include/opcode/
Dh8300.h86 MACREG = 0x4800, enumerator
214 #define MS32 (SRC | L_32 | MACREG)
215 #define MD32 (DST | L_32 | MACREG)
DChangeLog-9103196 * h8300.h (ldmac, stmac): Replace MACREG with MS32 and MD32.
2257 * h8300.h (EXR, SHIFT_2, MACREG, SHIFT_IMM, RDINC): Define.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96974753 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.