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