Searched refs:fp_current_exceptions (Results 1 – 4 of 4) sorted by relevance
143 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 …]
185 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()
184 pfpsd->fp_current_exceptions |= 1 << (int)ex;
255 uint_t fp_current_exceptions; member