Searched refs:fe_cx (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_implode.c103 fe->fe_cx |= FSR_NX; /* inexact */
223 fe->fe_cx |= FSR_NX;
233 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
272 fe->fe_cx |= FSR_NX;
284 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
344 if ((fe->fe_cx & FSR_NX) ||
346 fe->fe_cx |= FSR_UF;
359 fe->fe_cx |
[all...]
H A Dfpu_compare.c92 fe->fe_cx = FSR_NV;
H A Dfpu_emu.h148 int fe_cx; /* exceptions */ member in struct:fpemu
H A Dfpu_div.c193 fe->fe_cx = FSR_DZ;
H A Dfpu_subr.c215 fe->fe_cx = FSR_NV;
H A Dfpu.c348 fe->fe_cx = 0;
534 cx = fe->fe_cx;
605 cx = fe->fe_cx;
H A Dfpu_explode.c286 fe->fe_cx = FSR_NV; /* assert invalid operand */
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_implode.c101 fe->fe_cx |= FPSCR_XX|FPSCR_FI; /* inexact */
137 fe->fe_cx |= FPSCR_FR;
188 fe->fe_cx |= FPSCR_OX;
225 fe->fe_cx |= FPSCR_UX;
235 fe->fe_cx |= FPSCR_VXCVI;
273 fe->fe_cx |= FPSCR_UX;
283 fe->fe_cx |= FPSCR_VXCVI;
342 if ((fe->fe_cx & FPSCR_FI) ||
344 fe->fe_cx |= FPSCR_UX;
401 if ((fe->fe_cx
[all...]
H A Dfpu_div.c186 fe->fe_cx |= FPSCR_VXSNAN;
196 fe->fe_cx |= FPSCR_VXIDI;
203 fe->fe_cx |= FPSCR_ZX;
205 fe->fe_cx |= FPSCR_VXZDZ;
220 fe->fe_cx = FPSCR_ZX;
H A Dfpu_add.c98 fe->fe_cx |= FPSCR_VXSNAN;
104 fe->fe_cx |= FPSCR_VXISI;
H A Dfpu_mul.c137 fe->fe_cx |= FPSCR_VXSNAN;
143 fe->fe_cx |= FPSCR_VXIMZ;
H A Dfpu_compare.c160 fe->fe_cx = cc;
H A Dfpu_emu.h142 int fe_cx; /* keep track of exceptions */ member in struct:fpemu
H A Dfpu_sqrt.c218 fe->fe_cx |= FPSCR_VXSNAN;
223 fe->fe_cx |= FPSCR_ZX;
232 fe->fe_cx |= FPSCR_VXSQRT;
H A Dfpu_emu.c195 fe.fe_cx = 0;
514 fe->fe_cx =
516 fe->fe_fpscr &= fe->fe_cx;
538 fe->fe_cx = rb << (28 - rt);
541 fe->fe_cx;
579 fe->fe_cx = mask & a[1];
581 (fe->fe_cx);
741 cx = fe->fe_cx;
H A Dfpu_explode.c251 fe->fe_cx = FPSCR_VXSNAN; /* assert invalid operand */
H A Dfpu_subr.c216 fe->fe_cx |= FPSCR_VXSNAN;

Completed in 110 milliseconds