Searched refs:PR_FP_EXC_RES (Results 1 – 7 of 7) sorted by relevance
40 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */ macro
703 && (current->thread.fpexc_mode & PR_FP_EXC_RES)) in do_spe_mathemu()886 return (current->thread.fpexc_mode & PR_FP_EXC_RES) ? 1 : 0; in speround_handler()
1902 | PR_FP_EXC_RES | PR_FP_EXC_INV)
2168 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in SPEFloatingPointException()