Searched refs:PR_FP_EXC_OVF (Results 1 – 5 of 5) sorted by relevance
38 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */ macro
700 && (current->thread.fpexc_mode & PR_FP_EXC_OVF)) in do_spe_mathemu()
2132 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) { in DEFINE_INTERRUPT_HANDLER()
1945 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \