Searched refs:PDP11_FPP (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 206 { "cfcc", 0xf000, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_FPP }, 207 { "setf", 0xf001, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_FPP }, 208 { "seti", 0xf002, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_FPP }, 211 { "setd", 0xf009, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_FPP }, 212 { "setl", 0xf00a, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_FPP }, 214 { "ldfps", 0xf040, 0xffc0, PDP11_OPCODE_OP, PDP11_FPP }, 215 { "stfps", 0xf080, 0xffc0, PDP11_OPCODE_OP, PDP11_FPP }, 216 { "stst", 0xf0c0, 0xffc0, PDP11_OPCODE_OP, PDP11_FPP }, 217 { "clrf", 0xf100, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP }, 218 { "tstf", 0xf140, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP }, [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 60 #define PDP11_FPP 6 /* FP-11 floating-point instructions */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 134 pdp11_extension[PDP11_FPP] = yes; in set_option()
|