Searched refs:FPSCR_UX (Results 1 – 5 of 5) sorted by relevance
179 fpscr |= FPSCR_UX; in record_exception()215 ((fpscr & FPSCR_UX) && (fpscr & FPSCR_UE)) || in record_exception()
66 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
180 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
828 #define FPSCR_UX PPC_BIT_NR(36) /* Floating-point underflow exception */ macro874 #define FP_UX (1ull << FPSCR_UX)
1181 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX)) in __parse_fpscr()