Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c175 uint32_t usr, andexcep; in _fp_fpu_simulator() local
500 andexcep = pfpsd->fp_current_exceptions & fsr.tem; in _fp_fpu_simulator()
501 if (andexcep != 0) { /* Signal an IEEE SIGFPE here. */ in _fp_fpu_simulator()
502 if (andexcep & (1 << fp_invalid)) { in _fp_fpu_simulator()
505 } else if (andexcep & (1 << fp_overflow)) { in _fp_fpu_simulator()
508 } else if (andexcep & (1 << fp_underflow)) { in _fp_fpu_simulator()
511 } else if (andexcep & (1 << fp_division)) { in _fp_fpu_simulator()
514 } else if (andexcep & (1 << fp_inexact)) { in _fp_fpu_simulator()