Searched refs:PR_FP_EXC_UND (Results 1 – 3 of 3) sorted by relevance
36 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */ macro
876 #define PR_FP_ALL_EXCEPT (PR_FP_EXC_DIV | PR_FP_EXC_OVF | PR_FP_EXC_UND \
1370 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) { in SPEFloatingPointException()