Home
last modified time | relevance | path

Searched defs:CC_HAS_SupplementalSSE3 (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/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
/xnu-11215.61.5/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