Searched refs:PR_FP_EXC_INV (Results 1 – 5 of 5) sorted by relevance
41 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */ macro
705 && (current->thread.fpexc_mode & PR_FP_EXC_INV)) in do_spe_mathemu()
1886 | PR_FP_EXC_RES | PR_FP_EXC_INV)
2133 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) { in SPEFloatingPointException()