Searched refs:PDP11_FIS (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 111 { "fadd", 0x7a00, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 112 { "fsub", 0x7a08, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 113 { "fmul", 0x7a10, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 114 { "fdiv", 0x7a18, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS },
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 59 #define PDP11_FIS 5 /* KEV11 floating-point instructions */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 125 pdp11_extension[PDP11_FIS] = yes; in set_option()
|