Searched refs:CC_HAS_SupplementalSSE3 (Results 1 – 3 of 3) sorted by relevance
50 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro61 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro100 #define CC_HAS_SupplementalSSE3() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_SSE3) macro109 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro
50 if (!(CC_HAS_AESNI() && CC_HAS_SupplementalSSE3())) { in ccmode_gcm_mult_h()
26 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro37 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro74 #define CC_HAS_SupplementalSSE3() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_SSE3) macro83 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro