Home
last modified time | relevance | path

Searched refs:fp_current_exceptions (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c143 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact); in packint32()
237 if (pfpsd->fp_current_exceptions & (1 << fp_inexact)) in packsingle()
241 pfpsd->fp_current_exceptions &= in packsingle()
255 pfpsd->fp_current_exceptions &= in packsingle()
318 if (pfpsd->fp_current_exceptions & (1 << fp_inexact)) in packdouble()
322 pfpsd->fp_current_exceptions &= in packdouble()
336 pfpsd->fp_current_exceptions &= in packdouble()
411 pfpsd->fp_current_exceptions &= in packextended()
425 pfpsd->fp_current_exceptions &= in packextended()
493 if (!(pfpsd->fp_current_exceptions & in _fp_pack()
[all …]
H A Dfpu_simulator.c186 pfpsd->fp_current_exceptions = 0; /* Init current exceptions. */ in _fp_fpu_simulator()
207 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
219 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
231 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
246 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
403 if (!(pfpsd->fp_current_exceptions & pfpsd->fp_fsrtem)) in _fp_fpu_simulator()
425 if (!(pfpsd->fp_current_exceptions & pfpsd->fp_fsrtem)) in _fp_fpu_simulator()
500 fsr.cexc = pfpsd->fp_current_exceptions; in _fp_fpu_simulator()
501 andexcep = pfpsd->fp_current_exceptions & fsr.tem; in _fp_fpu_simulator()
524 fsr.aexc |= pfpsd->fp_current_exceptions; in _fp_fpu_simulator()
H A Dutility.c184 pfpsd->fp_current_exceptions |= 1 << (int)ex;
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h255 uint_t fp_current_exceptions; member