Searched refs:supportsSSE (Results 1 – 4 of 4) sorted by relevance
34 static bool supportsSSE();92 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()95 inline bool CPUID::supportsSSE() in supportsSSE() function in rr::CPUID
34 static bool supportsSSE();98 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()101 inline bool CPUID::supportsSSE() in supportsSSE() function in sw::CPUID
34 static bool supportsSSE();101 return supportsSSE(); // Coincides with 64-bit integer vector instructions supported by SSE in supportsMMX2()104 inline bool CPUID::supportsSSE() in supportsSSE() function in sw::CPUID
3059 if(CPUID::supportsSSE()) in memfill4()4698 if(CPUID::supportsSSE() && (width % 4) == 0) in resolve()4995 if(CPUID::supportsSSE() && (width % 2) == 0) in resolve()5294 if(CPUID::supportsSSE()) in resolve()