Searched refs:M68XG_OP_R (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 1588 { "csem", M68XG_OP_R, 2, 0x00f1, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1590 { "ssem", M68XG_OP_R, 2, 0x00f3, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1592 { "sex", M68XG_OP_R, 2, 0x00f4, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1593 { "par", M68XG_OP_R, 2, 0x00f5, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1594 { "jal", M68XG_OP_R, 2, 0x00f6, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1595 { "sif", M68XG_OP_R, 2, 0x00f7, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, 1597 { "tfr", M68XG_OP_R, 2, 0x00f8, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, /* RD,CCR */ 1598 { "tfr", M68XG_OP_R, 2, 0x00f9, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, /* CCR,RS */ 1599 { "tfr", M68XG_OP_R, 2, 0x00fa, 0, 0, 0, 0, 0, cpuxgate, 0xf8ff }, /* RD,PC */ 1616 { "com", M68XG_OP_R, 2, 0x1003, 0, 0, 0, 0, 0, cpuxgate, 0x0000 }, [all …]
|
D | m68hc11-dis.c | 317 else if (format & M68XG_OP_R) in print_insn()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 370 #define M68XG_OP_R 0x0004 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 676 if (opcodes->format & (M68XG_OP_IMM3 | M68XG_OP_R | M68XG_OP_REL9 in md_begin() 751 else if (format & M68XG_OP_R) in print_opcode_format() 2937 operands[0].mode = M68XG_OP_R; in md_assemble() 3022 if (opc->format & M68XG_OP_R) in md_assemble() 3035 if (opc->format & M68XG_OP_R) in md_assemble() 3037 operands[0].mode = M68XG_OP_R; in md_assemble()
|