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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c55 #define XGI_CPUFL_SSE2 0x0080 macro
1118 if(edx & 0x04000000) flags |= (XGI_CPUFL_SSE | XGI_CPUFL_SSE2);
1151 return((unsigned int)(XGI_CPUFL_SSE|XGI_CPUFL_SSE2));
1257 if(myCPUflags & (XGI_CPUFL_SSE | XGI_CPUFL_SSE2)) {
1261 myCPUflags &= ~(XGI_CPUFL_SSE | XGI_CPUFL_SSE2);

Completed in 2 milliseconds