Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dpdp11-opc.c106 { "mul", 0x7000, 0xfe00, PDP11_OPCODE_REG_OP_REV,PDP11_EIS },
107 { "div", 0x7200, 0xfe00, PDP11_OPCODE_REG_OP_REV,PDP11_EIS },
108 { "ash", 0x7400, 0xfe00, PDP11_OPCODE_REG_OP_REV,PDP11_EIS },
109 { "ashc", 0x7600, 0xfe00, PDP11_OPCODE_REG_OP_REV,PDP11_EIS },
Dpdp11-dis.c250 case PDP11_OPCODE_REG_OP_REV: in print_insn_pdp11()
/toolchain/binutils/binutils-2.27/include/opcode/
Dpdp11.h27 #define PDP11_OPCODE_REG_OP_REV 4 /* register and generic operand, macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pdp11.c808 case PDP11_OPCODE_REG_OP_REV: in md_assemble()