Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dpdp11-opc.c217 { "clrf", 0xf100, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
218 { "tstf", 0xf140, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
219 { "absf", 0xf180, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
220 { "negf", 0xf1c0, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
250 { "clrd", 0xf100, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
251 { "tstd", 0xf140, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
252 { "absd", 0xf180, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
253 { "negd", 0xf1c0, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
Dpdp11-dis.c232 case PDP11_OPCODE_FOP: in print_insn_pdp11()
/toolchain/binutils/binutils-2.27/include/opcode/
Dpdp11.h41 #define PDP11_OPCODE_FOP 14 /* generic float operand */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pdp11.c780 case PDP11_OPCODE_FOP: in md_assemble()