Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/fpu/
H A Dpack.c143 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact); in packint32()
189 pfpsd->fp_current_exceptions &= ~(1 << (int)fp_inexact); in packint64()
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()
407 if (pfpsd->fp_current_exceptions & (1 << fp_inexact)) in packextended()
411 pfpsd->fp_current_exceptions &= in packextended()
[all …]
H A Dfpu_simulator.c185 pfpsd->fp_current_exceptions = 0; /* Init current exceptions. */ in _fp_fpu_simulator()
206 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
218 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
230 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
245 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator()
402 if (!(pfpsd->fp_current_exceptions & pfpsd->fp_fsrtem)) in _fp_fpu_simulator()
424 if (!(pfpsd->fp_current_exceptions & pfpsd->fp_fsrtem)) in _fp_fpu_simulator()
499 fsr.cexc = pfpsd->fp_current_exceptions; in _fp_fpu_simulator()
500 andexcep = pfpsd->fp_current_exceptions & fsr.tem; in _fp_fpu_simulator()
523 fsr.aexc |= pfpsd->fp_current_exceptions; in _fp_fpu_simulator()
H A Dutility.c184 pfpsd->fp_current_exceptions |= 1 << (int)ex;
/titanic_41/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h255 uint_t fp_current_exceptions; member