Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c176 uint32_t usr, andexcep; in _fp_fpu_simulator() local
501 andexcep = pfpsd->fp_current_exceptions & fsr.tem; in _fp_fpu_simulator()
502 if (andexcep != 0) { /* Signal an IEEE SIGFPE here. */ in _fp_fpu_simulator()
503 if (andexcep & (1 << fp_invalid)) { in _fp_fpu_simulator()
506 } else if (andexcep & (1 << fp_overflow)) { in _fp_fpu_simulator()
509 } else if (andexcep & (1 << fp_underflow)) { in _fp_fpu_simulator()
512 } else if (andexcep & (1 << fp_division)) { in _fp_fpu_simulator()
515 } else if (andexcep & (1 << fp_inexact)) { in _fp_fpu_simulator()