Searched refs:FPSCR_XX (Results 1 – 6 of 6) sorted by relevance
183 fpscr |= FPSCR_XX; in record_exception()217 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in record_exception()
227 if ((val >> FPSCR_XX) & (val >> FPSCR_XE) & 0x1f) { in ppc_store_fpscr()
832 #define FPSCR_XX PPC_BIT_NR(38) /* Floating-point inexact exception */ macro878 #define FP_XX (1ull << FPSCR_XX)
68 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
182 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
1189 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX)) in __parse_fpscr()