Searched refs:PDP11_OPCODE_FOP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dpdp11.h42 #define PDP11_OPCODE_FOP 14 /* generic float operand */ macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-opc.c214 { "clrf", 0xf100, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
215 { "tstf", 0xf140, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
216 { "absf", 0xf180, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
217 { "negf", 0xf1c0, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
247 { "clrd", 0xf100, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
248 { "tstd", 0xf140, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
249 { "absd", 0xf180, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
250 { "negd", 0xf1c0, 0xffc0, PDP11_OPCODE_FOP, PDP11_FPP },
H A Dpdp11-dis.c230 case PDP11_OPCODE_FOP:

Completed in 124 milliseconds