Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dpdp11.h26 #define PDP11_OPCODE_REG_OP 3 /* register and generic operand */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dpdp11-opc.c79 { "jsr", 0x0800, 0xfe00, PDP11_OPCODE_REG_OP, PDP11_BASIC },
110 { "xor", 0x7800, 0xfe00, PDP11_OPCODE_REG_OP, PDP11_LEIS },
Dpdp11-dis.c240 case PDP11_OPCODE_REG_OP: in print_insn_pdp11()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-pdp11.c793 case PDP11_OPCODE_REG_OP: in md_assemble()