Searched refs:FPSCR_XE (Results 1 – 4 of 4) sorted by relevance
54 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in mtfsf()
204 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in record_exception()
142 #define FPSCR_XE 0x00000008 /* FP inexact exception enable */ macro
612 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX)) in __parse_fpscr()