Searched refs:CW_Exceptions (Results 1 – 4 of 4) sorted by relevance
29 #define CW_Exceptions _Const_(0x003f) /* all masks */ macro
321 if (partial_status & ~control_word & CW_Exceptions) in FPU_exception()332 if ((~control_word & n & CW_Exceptions) || (n == EX_INTERNAL)) { in FPU_exception()
218 if (partial_status & ~control_word & CW_Exceptions) in FPU_load_store()
1082 if (partial_status & ~control_word & CW_Exceptions) in fldenv()1192 control_word |= CW_Exceptions; in fstenv()