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

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dfp.h155 #define SSE_RU 0x00004000 /* rounding control: round up */ macro
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c341 if ((mxcsr & SSE_RC) == (SSE_RD|SSE_RU))
345 else if (mxcsr & SSE_RU)
H A Dproc_ia32dep.c318 if ((mxcsr & SSE_RC) == (SSE_RD|SSE_RU))
322 else if (mxcsr & SSE_RU)

Completed in 30 milliseconds