Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c1601 { "bffo", M68XG_OP_R_R, 2, 0x0810, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1602 { "asr", M68XG_OP_R_R, 2, 0x0811, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1603 { "csl", M68XG_OP_R_R, 2, 0x0812, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1604 { "csr", M68XG_OP_R_R, 2, 0x0813, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1605 { "lsl", M68XG_OP_R_R, 2, 0x0814, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1606 { "lsr", M68XG_OP_R_R, 2, 0x0815, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1607 { "rol", M68XG_OP_R_R, 2, 0x0816, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1608 { "ror", M68XG_OP_R_R, 2, 0x0817, 0, 0, 0, 0, 0, cpuxgate, 0xf81f },
1610 { "cmp", M68XG_OP_R_R, 2, 0x1800, 0, 0, 0, 0, 0, cpuxgate, 0x0000 },
1611 { "com", M68XG_OP_R_R, 2, 0x1003, 0, 0, 0, 0, 0, cpuxgate, 0x0000 },
[all …]
Dm68hc11-dis.c271 else if (format & M68XG_OP_R_R) in print_insn()
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h371 #define M68XG_OP_R_R 0x0008 macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c679 else if (opcodes->format & (M68XG_OP_R_R | M68XG_OP_R_IMM4 in md_begin()
759 else if (format & M68XG_OP_R_R) in print_opcode_format()
3211 if (opc->format & M68XG_OP_R_R) in md_assemble()
3213 operands[0].mode = M68XG_OP_R_R; in md_assemble()