Home
last modified time | relevance | path

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

/NextBSD/sys/sparc64/include/
HDieeefp.h19 #define FP_X_INV FSR_NV /* invalid operation exception */
HDfsr.h92 #define FSR_NV (1 << 4) macro
/NextBSD/lib/libc/sparc64/fpu/
HDfpu.c108 X16(FSR_NV)
249 if (fsr & (FSR_NV << FSR_TEM_SHIFT)) { in __fpu_cmpck()
254 fsr |= FSR_NV << FSR_AEXC_SHIFT; in __fpu_cmpck()
HDfpu_compare.c109 fe->fe_cx = FSR_NV; in __fpu_compare()
HDfpu_implode.c233 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
286 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
HDfpu_subr.c214 fe->fe_cx = FSR_NV; in __fpu_newnan()
HDfpu_explode.c312 fe->fe_cx = FSR_NV; /* assert invalid operand */