Searched refs:PDP11_OPCODE_FOP_AC (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | pdp11-opc.c | 221 { "mulf", 0xf200, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 222 { "modf", 0xf300, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 223 { "addf", 0xf400, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 224 { "ldf", 0xf500, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP },/*movif*/ 225 { "subf", 0xf600, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 226 { "cmpf", 0xf700, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 228 { "divf", 0xf900, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 234 { "ldcff", 0xff00, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP },/* ? */ 254 { "muld", 0xf200, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, 255 { "modd", 0xf300, 0xff00, PDP11_OPCODE_FOP_AC, PDP11_FPP }, [all …]
|
D | pdp11-dis.c | 269 case PDP11_OPCODE_FOP_AC: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | pdp11.h | 39 #define PDP11_OPCODE_FOP_AC 13 /* generic float argument, then fpu macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-pdp11.c | 846 case PDP11_OPCODE_FOP_AC: in md_assemble()
|