Searched refs:CPUID_FEATURE_SSSE3 (Results 1 – 4 of 4) sorted by relevance
25 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0)
107 #define CPUID_FEATURE_SSSE3 _HBit(9) /* Supplemental SSE3 instructions */ macro
644 } else if ((cpuid_features() & CPUID_FEATURE_SSSE3) && os_supports_sse) { in ml_cpu_get_info_type()
1070 {CPUID_FEATURE_SSSE3, "SSSE3"},