Home
last modified time | relevance | path

Searched refs:CC_HAS_SupplementalSSE3 (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/osfmk/corecrypto/
H A Dcc_runtime_config.h50 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro
61 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro
100 #define CC_HAS_SupplementalSSE3() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_SSE3) macro
109 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro
H A Dccmode_gcm_mult_h.c50 if (!(CC_HAS_AESNI() && CC_HAS_SupplementalSSE3())) { in ccmode_gcm_mult_h()
/xnu-11417.101.15/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h26 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro
37 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro
74 #define CC_HAS_SupplementalSSE3() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_SSE3) macro
83 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro