Searched refs:PDP11_OPCODE_REG_OP (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 26 #define PDP11_OPCODE_REG_OP 3 /* register and generic operand */ macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 79 { "jsr", 0x0800, 0xfe00, PDP11_OPCODE_REG_OP, PDP11_BASIC }, 110 { "xor", 0x7800, 0xfe00, PDP11_OPCODE_REG_OP, PDP11_LEIS },
|
D | pdp11-dis.c | 240 case PDP11_OPCODE_REG_OP: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 793 case PDP11_OPCODE_REG_OP: in md_assemble()
|