Searched refs:PR_FP_EXC_UND (Results 1 – 6 of 6) sorted by relevance
39 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
703 && (current->thread.fpexc_mode & PR_FP_EXC_UND)) in do_spe_mathemu()
2165 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in DEFINE_INTERRUPT_HANDLER()
2022 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \