FPE_INSN
DPRINTF(FPE_INSN, ("op3: %x, opf %x\n", instr.i_opf.i_op3,
DPRINTF(FPE_INSN, ("itof %%f%d(%d, %d) -> %%f%d(%d, %d)\n",
DPRINTF(FPE_INSN, ("ftof %%f%d(%d, %d) -> %%f%d(%d, %d)\n",
DPRINTF(FPE_INSN, ("fpu_explode: "));
DPRINTF(FPE_INSN, ("LNG: %llx", l));
DPRINTF(FPE_INSN, ("INT: %x", s));
DPRINTF(FPE_INSN, ("SNG: %x", s));
DPRINTF(FPE_INSN, ("DBL: %x %x", s, space[1]));
DPRINTF(FPE_INSN, ("EXT: %x %x %x %x", s, space[1],
DPRINTF(FPE_INSN, ("\n"));
DPRINTF(FPE_INSN, ("fpu_implode: "));
DPRINTF(FPE_INSN, ("LNG %x %x\n", space[0], space[1]));
DPRINTF(FPE_INSN, ("INT %x\n", space[0]));
DPRINTF(FPE_INSN, ("SNG %x\n", space[0]));
DPRINTF(FPE_INSN, ("DBL %x %x\n", space[0], space[1]));
DPRINTF(FPE_INSN, ("EXT %x %x %x %x\n", space[0], space[1],