Searched refs:FPSCR_UE (Results 1 – 5 of 5) sorted by relevance
215 ((fpscr & FPSCR_UX) && (fpscr & FPSCR_UE)) || in record_exception()
84 #define FPSCR_UE 0x00000020 /* IEEE underflow exception enable */ macro
198 #define FPSCR_UE 0x00000020 /* IEEE underflow exception enable */ macro
851 #define FPSCR_UE PPC_BIT_NR(58) /* Floating-point underflow excp. enable */ macro897 #define FP_UE (1ull << FPSCR_UE)
1181 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX)) in __parse_fpscr()