Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dpdp11.h26 #define PDP11_OPCODE_REG_OP 3 /* register and generic operand */ macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dpdp11.h26 #define PDP11_OPCODE_REG_OP 3 /* register and generic operand */ macro
/netbsd/src/external/gpl3/binutils/dist/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.c239 case PDP11_OPCODE_REG_OP: in print_insn_pdp11()
/netbsd/src/external/gpl3/gdb/dist/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.c239 case PDP11_OPCODE_REG_OP: in print_insn_pdp11()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-pdp11.c835 case PDP11_OPCODE_REG_OP: in md_assemble()