Searched refs:x86_cpu_has_ssse3 (Results 1 – 5 of 5) sorted by relevance
141 int x86_cpu_has_ssse3; in _cpu_check_features() local153 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()159 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _cpu_check_features()
22 Z_INTERNAL int x86_cpu_has_ssse3; variable64 x86_cpu_has_ssse3 = ecx & 0x200; in x86_check_features()
11 extern int x86_cpu_has_ssse3;
218 if (x86_cpu_has_ssse3) in adler32_stub()