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