Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dpdp11-opc.c32 { "rtt", 0x0006, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_LEIS },
92 { "mark", 0x0d00, 0xffc0, PDP11_OPCODE_IMM6, PDP11_LEIS },
95 { "sxt", 0x0dc0, 0xffc0, PDP11_OPCODE_OP, PDP11_LEIS },
110 { "xor", 0x7800, 0xfe00, PDP11_OPCODE_REG_OP, PDP11_LEIS },
173 { "sob", 0x7e00, 0xfe00, PDP11_OPCODE_REG_DISPL, PDP11_LEIS },
/toolchain/binutils/binutils-2.25/include/opcode/
Dpdp11.h61 #define PDP11_LEIS 7 /* limited extended instruction set macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-pdp11.c120 pdp11_extension[PDP11_EIS] = pdp11_extension[PDP11_LEIS] = yes; in set_option()
138 pdp11_extension[PDP11_LEIS] = yes; in set_option()
139 if (!pdp11_extension[PDP11_LEIS]) in set_option()