/* This file is in the public domain. */ /* Only the floating-point instructions are here; the rest are in instrs.c */ #include "pdp11.h" #include "instrs.h" INST(absf) { /* XXX */ } INST(addf) { /* XXX */ } INST(clrf) { /* XXX */ } INST(cmpf) { /* XXX */ } INST(divf) { /* XXX */ } INST(ldcdf) { /* XXX */ } INST(ldcif) { /* XXX */ } INST(ldexp) { /* XXX */ } INST(ldf) { /* XXX */ } INST(modf) { /* XXX */ } INST(mulf) { /* XXX */ } INST(negf) { /* XXX */ } INST(stcfd) { /* XXX */ } INST(stcfi) { /* XXX */ } INST(stexp) { /* XXX */ } INST(stf) { /* XXX */ } INST(subf) { /* XXX */ } INST(tstf) { /* XXX */ }