Searched refs:PDP11_EIS (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 106 { "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/ |
D | pdp11.h | 58 #define PDP11_EIS 4 /* extended instruction set (11/45 etc) */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 120 pdp11_extension[PDP11_EIS] = pdp11_extension[PDP11_LEIS] = yes; in set_option() 140 pdp11_extension[PDP11_EIS] = 0; in set_option()
|