Home
last modified time | relevance | path

Searched refs:M68XG_OP_RD_RB_mRI (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h379 #define M68XG_OP_RD_RB_mRI 0x0800 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c1670 { "ldb", M68XG_OP_RD_RB_mRI, 2, 0x6002, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1671 { "ldw", M68XG_OP_RD_RB_mRI, 2, 0x6802, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1672 { "stb", M68XG_OP_RD_RB_mRI, 2, 0x7002, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1673 { "stw", M68XG_OP_RD_RB_mRI, 2, 0x7802, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
Dm68hc11-dis.c283 else if (format & M68XG_OP_RD_RB_mRI) in print_insn()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c684 | M68XG_OP_RD_RB_mRI)) in md_begin()
823 else if (format & M68XG_OP_RD_RB_mRI) in print_opcode_format()
3387 operands[0].mode = M68XG_OP_RD_RB_mRI; in md_assemble()
3399 if (opcode_local.format == M68XG_OP_RD_RB_mRI) in md_assemble()