Searched refs:XGI_CPUFL_SSE (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 50 #define XGI_CPUFL_SSE 0x0004 macro 1037 {XGI_sse_memcpy, "SSE", XGI_CPUFL_SSE, 1, 0, TRUE}, 1116 if(edx & 0x02000000) flags |= (XGI_CPUFL_SSE | XGI_CPUFL_MMX2); 1118 if(edx & 0x04000000) flags |= (XGI_CPUFL_SSE | XGI_CPUFL_SSE2); 1143 {XGI_sse_memcpy, "SSE", XGI_CPUFL_SSE, 0, 0, TRUE}, 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