Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Druntime.c15 int has_ssse3; member
136 cpu_features->has_ssse3 = ((cpu_info[2] & CPUID_ECX_SSSE3) != 0x0); in _sodium_runtime_intel_cpu_features()
138 cpu_features->has_ssse3 = 0; in _sodium_runtime_intel_cpu_features()
243 return _cpu_features.has_ssse3; in sodium_runtime_has_ssse3()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.c398 unsigned int has_sse3, has_ssse3, has_cmpxchg16b; in host_detect_local_cpu() local
473 has_ssse3 = ecx & bit_SSSE3; in host_detect_local_cpu()
685 else if (has_sse4a && has_ssse3) in host_detect_local_cpu()
955 else if (has_ssse3) in host_detect_local_cpu()
1042 else if (has_ssse3) in host_detect_local_cpu()
1096 if (has_ssse3) in host_detect_local_cpu()
1130 const char *ssse3 = has_ssse3 ? " -mssse3" : " -mno-ssse3"; in host_detect_local_cpu()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c398 unsigned int has_sse3, has_ssse3, has_cmpxchg16b; in host_detect_local_cpu() local
473 has_ssse3 = ecx & bit_SSSE3; in host_detect_local_cpu()
685 else if (has_sse4a && has_ssse3) in host_detect_local_cpu()
955 else if (has_ssse3) in host_detect_local_cpu()
1042 else if (has_ssse3) in host_detect_local_cpu()
1096 if (has_ssse3) in host_detect_local_cpu()
1130 const char *ssse3 = has_ssse3 ? " -mssse3" : " -mno-ssse3"; in host_detect_local_cpu()