Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h377 #define M68XG_OP_RD_RB_RI 0x0200 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c1660 { "ldb", M68XG_OP_RD_RB_RI, 2, 0x6000, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1661 { "ldw", M68XG_OP_RD_RB_RI, 2, 0x6800, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1662 { "stb", M68XG_OP_RD_RB_RI, 2, 0x7000, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1663 { "stw", M68XG_OP_RD_RB_RI, 2, 0x7800, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
Dm68hc11-dis.c277 else if (format & M68XG_OP_RD_RB_RI) in print_insn()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c683 | M68XG_OP_RD_RB_RI | M68XG_OP_RD_RB_RIp in md_begin()
807 else if (format & M68XG_OP_RD_RB_RI) in print_opcode_format()
3383 operands[0].mode = M68XG_OP_RD_RB_RI; in md_assemble()