Home
last modified time | relevance | path

Searched refs:PDP11_OPCODE_FOP_AC (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dpdp11-opc.c221 { "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 …]
Dpdp11-dis.c269 case PDP11_OPCODE_FOP_AC: in print_insn_pdp11()
/toolchain/binutils/binutils-2.27/include/opcode/
Dpdp11.h39 #define PDP11_OPCODE_FOP_AC 13 /* generic float argument, then fpu macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pdp11.c846 case PDP11_OPCODE_FOP_AC: in md_assemble()