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

/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_implode.c107 fe->fe_cx |= FSR_NX; /* inexact */
226 fe->fe_cx |= FSR_NX;
236 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
277 fe->fe_cx |= FSR_NX;
289 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
353 fe->fe_cx |= FSR_UF;
356 if ((fe->fe_cx & FSR_NX) ||
358 fe->fe_cx |
[all...]
H A Dsoftfloat.c45 fe.fe_cx = 0; \
54 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
66 fe.fe_cx = 0; \
71 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
83 fe.fe_cx = 0; \
88 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
108 fe.fe_cx = 0; \
116 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
128 fe.fe_cx = 0;
134 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIF
[all...]
H A Dfpu_compare.c108 fe->fe_cx = FSR_NV;
H A Dfpu_emu.h154 int fe_cx; /* exceptions */ member in struct:fpemu
H A Dfpu_div.c195 fe->fe_cx = FSR_DZ;
H A Dfpu_subr.c210 fe->fe_cx = FSR_NV;
H A Dfpu_explode.c319 fe->fe_cx = FSR_NV; /* assert invalid operand */

Completed in 74 milliseconds