Searched refs:M68XG_OP_RD_RB_RIp (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 378 #define M68XG_OP_RD_RB_RIp 0x0400 macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1665 { "ldb", M68XG_OP_RD_RB_RIp, 2, 0x6001, 0, 0, 0, 0, 0, cpuxgate, 0xf803 }, 1666 { "ldw", M68XG_OP_RD_RB_RIp, 2, 0x6801, 0, 0, 0, 0, 0, cpuxgate, 0xf803 }, 1667 { "stb", M68XG_OP_RD_RB_RIp, 2, 0x7001, 0, 0, 0, 0, 0, cpuxgate, 0xf803 }, 1668 { "stw", M68XG_OP_RD_RB_RIp, 2, 0x7801, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
|
D | m68hc11-dis.c | 280 else if (format & M68XG_OP_RD_RB_RIp) in print_insn()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 683 | M68XG_OP_RD_RB_RI | M68XG_OP_RD_RB_RIp in md_begin() 815 else if (format & M68XG_OP_RD_RB_RIp) in print_opcode_format() 3404 operands[0].mode = M68XG_OP_RD_RB_RIp; in md_assemble()
|