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

/freebsd-11-stable/sys/sparc64/include/
H A Dieeefp.h19 #define FP_X_INV FSR_NV /* invalid operation exception */
H A Dfsr.h92 #define FSR_NV (1 << 4) macro
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c109 fe->fe_cx = FSR_NV;
H A Dfpu.c108 X16(FSR_NV)
249 if (fsr & (FSR_NV << FSR_TEM_SHIFT)) {
254 fsr |= FSR_NV << FSR_AEXC_SHIFT;
H A Dfpu_subr.c214 fe->fe_cx = FSR_NV;
H A Dfpu_implode.c233 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
286 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
H A Dfpu_explode.c312 fe->fe_cx = FSR_NV; /* assert invalid operand */

Completed in 120 milliseconds