Searched refs:FPSCR_XX (Results 1 – 4 of 4) sorted by relevance
54 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in mtfsf()
170 fpscr |= FPSCR_XX; in record_exception()204 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in record_exception()
126 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
776 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX)) in __parse_fpscr()