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