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

/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_mul.c127 DPRINTF(FPE_REG, ("fpu_mul:\n"));
128 DUMPFPN(FPE_REG, x);
129 DUMPFPN(FPE_REG, y);
130 DPRINTF(FPE_REG, ("=>\n"));
136 DUMPFPN(FPE_REG, y);
145 DUMPFPN(FPE_REG, y);
150 DUMPFPN(FPE_REG, x);
237 DUMPFPN(FPE_REG, x);
H A Dfpu_div.c178 DPRINTF(FPE_REG, ("fpu_div:\n"));
179 DUMPFPN(FPE_REG, x);
180 DUMPFPN(FPE_REG, y);
181 DPRINTF(FPE_REG, ("=>\n"));
185 DUMPFPN(FPE_REG, y);
197 DUMPFPN(FPE_REG, x);
206 DUMPFPN(FPE_REG, x);
214 DUMPFPN(FPE_REG, x);
220 DUMPFPN(FPE_REG, x);
290 DUMPFPN(FPE_REG,
[all...]
H A Dfpu_add.c89 DPRINTF(FPE_REG, ("fpu_add:\n"));
90 DUMPFPN(FPE_REG, x);
91 DUMPFPN(FPE_REG, y);
92 DPRINTF(FPE_REG, ("=>\n"));
96 DUMPFPN(FPE_REG, y);
104 DUMPFPN(FPE_REG, y);
113 DUMPFPN(FPE_REG, y);
117 DUMPFPN(FPE_REG, y);
224 DUMPFPN(FPE_REG, r);
H A Dfpu_sqrt.c212 DPRINTF(FPE_REG, ("fpu_sqer:\n"));
213 DUMPFPN(FPE_REG, x);
214 DPRINTF(FPE_REG, ("=>\n"));
217 DUMPFPN(FPE_REG, x);
223 DUMPFPN(FPE_REG, x);
231 DUMPFPN(FPE_REG, 0);
413 DUMPFPN(FPE_REG, x);
H A Dfpu_explode.c256 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
261 DUMPFPN(FPE_REG, fp);
262 DPRINTF(FPE_REG, ("\n"));
H A Dfpu_emu.h186 #define FPE_REG 0x8 macro
H A Dfpu_implode.c436 DPRINTF(FPE_REG, ("fpu_implode: long %x %x\n",
443 DPRINTF(FPE_REG, ("fpu_implode: int %x\n",
449 DPRINTF(FPE_REG, ("fpu_implode: single %x\n",
455 DPRINTF(FPE_REG, ("fpu_implode: double %x %x\n",
H A Dfpu_subr.c218 DUMPFPN(FPE_REG, fp);
/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h167 #define FPE_REG 0x2 macro
H A Dfpu_explode.c316 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
322 DUMPFPN(FPE_REG, fp);
323 DPRINTF(FPE_REG, ("\n"));
H A Dfpu_implode.c540 DPRINTF(FPE_REG, ("fpu_implode: %x %x %x %x\n",

Completed in 107 milliseconds