HomeSort by: relevance | last modified time | path
    Searched refs:FPE_REG (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/powerpc/fpu/
fpu_div.c 180 DPRINTF(FPE_REG, ("fpu_div:\n"));
181 DUMPFPN(FPE_REG, x);
182 DUMPFPN(FPE_REG, y);
183 DPRINTF(FPE_REG, ("=>\n"));
189 DUMPFPN(FPE_REG, y);
201 DUMPFPN(FPE_REG, x);
209 DUMPFPN(FPE_REG, x);
217 DUMPFPN(FPE_REG, x);
223 DUMPFPN(FPE_REG, x);
293 DUMPFPN(FPE_REG, x)
    [all...]
fpu_add.c 92 DPRINTF(FPE_REG, ("fpu_add:\n"));
93 DUMPFPN(FPE_REG, x);
94 DUMPFPN(FPE_REG, y);
95 DPRINTF(FPE_REG, ("=>\n"));
101 DUMPFPN(FPE_REG, y);
110 DUMPFPN(FPE_REG, y);
119 DUMPFPN(FPE_REG, y);
123 DUMPFPN(FPE_REG, y);
230 DUMPFPN(FPE_REG, r);
fpu_mul.c 129 DPRINTF(FPE_REG, ("fpu_mul:\n"));
130 DUMPFPN(FPE_REG, x);
131 DUMPFPN(FPE_REG, y);
132 DPRINTF(FPE_REG, ("=>\n"));
139 DUMPFPN(FPE_REG, y);
149 DUMPFPN(FPE_REG, y);
154 DUMPFPN(FPE_REG, x);
241 DUMPFPN(FPE_REG, x);
fpu_sqrt.c 214 DPRINTF(FPE_REG, ("fpu_sqrt:\n"));
215 DUMPFPN(FPE_REG, x);
216 DPRINTF(FPE_REG, ("=>\n"));
220 DUMPFPN(FPE_REG, x);
224 DUMPFPN(FPE_REG, x);
232 DUMPFPN(FPE_REG, x);
414 DUMPFPN(FPE_REG, x);
fpu_emu.h 206 #define FPE_REG 0x8
fpu_implode.c 531 DPRINTF(FPE_REG, ("fpu_implode: long %x %x\n", *hi, *lo));
538 DPRINTF(FPE_REG, ("fpu_implode: int %x\n", *lo));
544 DPRINTF(FPE_REG, ("fpu_implode: single %x\n", *hi));
549 DPRINTF(FPE_REG, ("fpu_implode: double %x %x\n", *hi, *lo));
fpu_explode.c 259 DUMPFPN(FPE_REG, fp);
fpu_subr.c 214 DUMPFPN(FPE_REG, fp);
  /src/sys/arch/sparc/fpu/
fpu_explode.c 290 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
297 if (fpe_debug & FPE_REG) {
308 DUMPFPN(FPE_REG, fp);
309 DPRINTF(FPE_REG, ("\n"));
fpu_implode.c 494 DPRINTF(FPE_REG, ("\n imploding: "));
495 DUMPFPN(FPE_REG, fp);
496 DPRINTF(FPE_REG, ("\n"));
527 DPRINTF(FPE_REG, ("fpu_implode: %x %x %x %x\n",
530 DPRINTF(FPE_REG, ("fpu_implode: %x %x\n",
fpu_emu.h 187 #define FPE_REG 0x2
fpu.c 621 DPRINTF(FPE_REG, ("-> %c%d\n", (type == FTYPE_LNG) ? 'x' :

Completed in 19 milliseconds