Searched refs:SSE_MSKS_FLD (Results 1 – 1 of 1) sorted by relevance
54 #define SSE_MSKS_FLD 0x1f80 /* exception masks field */ macro163 _mxcsr &= ~SSE_MSKS_FLD; in __fpsetmask()164 _mxcsr |= (~_m << SSE_MSKS_OFF) & SSE_MSKS_FLD; in __fpsetmask()