Searched refs:SSE_MSKS_FLD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h102 #define SSE_MSKS_FLD 0x1f80 /* exception masks field */ macro
262 _mxcsr &= ~SSE_MSKS_FLD;
263 _mxcsr |= (~_m << SSE_MSKS_OFF) & SSE_MSKS_FLD;

Completed in 120 milliseconds