Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c1628 { "and", M68XG_OP_R_R_R, 2, 0x1000, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1629 { "or", M68XG_OP_R_R_R, 2, 0x1002, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1630 { "xnor", M68XG_OP_R_R_R, 2, 0x1003, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1632 { "sub", M68XG_OP_R_R_R, 2, 0x1800, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1633 { "sbc", M68XG_OP_R_R_R, 2, 0x1801, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1634 { "add", M68XG_OP_R_R_R, 2, 0x1802, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1635 { "adc", M68XG_OP_R_R_R, 2, 0x1803, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1675 { "bfext", M68XG_OP_R_R_R, 2, 0x6003, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1676 { "bfins", M68XG_OP_R_R_R, 2, 0x6803, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
1677 { "bfinsi",M68XG_OP_R_R_R, 2, 0x7003, 0, 0, 0, 0, 0, cpuxgate, 0xf803 },
[all …]
Dm68hc11-dis.c274 else if (format & M68XG_OP_R_R_R) in print_insn()
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h373 #define M68XG_OP_R_R_R 0x0020 macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c682 else if (opcodes->format & (M68XG_OP_R_R_R | M68XG_OP_R_R_OFFS5 in md_begin()
775 else if (format & M68XG_OP_R_R_R) in print_opcode_format()
3270 if (opc->format & M68XG_OP_R_R_R) in md_assemble()
3272 operands[0].mode = M68XG_OP_R_R_R; in md_assemble()