Searched refs:FPSCR_XX (Results 1 – 4 of 4) sorted by relevance
183 fpscr |= FPSCR_XX; in record_exception()217 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in record_exception()
68 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
185 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
1184 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX)) in __parse_fpscr()