Searched refs:FPE_REG (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_div.c180 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,
[all...]
H A Dfpu_add.c92 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);
H A Dfpu_mul.c129 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);
H A Dfpu_sqrt.c214 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);
H A Dfpu_emu.h206 #define FPE_REG 0x8 macro
H A Dfpu_implode.c531 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));
H A Dfpu_explode.c259 DUMPFPN(FPE_REG, fp);
H A Dfpu_subr.c214 DUMPFPN(FPE_REG, fp);
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_explode.c290 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"));
H A Dfpu_implode.c494 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",
H A Dfpu_emu.h187 #define FPE_REG 0x2 macro
H A Dfpu.c621 DPRINTF(FPE_REG, ("-> %c%d\n", (type == FTYPE_LNG) ? 'x' :

Completed in 108 milliseconds