Home
last modified time | relevance | path

Searched refs:SSE_OM (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dfp.h150 #define SSE_OM 0x00000400 /* overflow exception mask */ macro
162 (SSE_IM|SSE_DM|SSE_ZM|SSE_OM|SSE_UM|SSE_PM) /* 0x1f80 */
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c361 if (mxcsr & SSE_OM) in fpmxcsr2str()
H A Dproc_amd64dep.c420 if (mxcsr & SSE_OM) in fpmxcsr2str()