Home
last modified time | relevance | path

Searched refs:PDP11_EIS (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/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 },
/toolchain/binutils/binutils-2.25/include/opcode/
Dpdp11.h58 #define PDP11_EIS 4 /* extended instruction set (11/45 etc) */ macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-pdp11.c120 pdp11_extension[PDP11_EIS] = pdp11_extension[PDP11_LEIS] = yes; in set_option()
140 pdp11_extension[PDP11_EIS] = 0; in set_option()