Home
last modified time | relevance | path

Searched refs:x86_cpu_has_ssse3 (Results 1 – 2 of 2) sorted by relevance

/external/zlib/
Dcpu_features.c124 int x86_cpu_has_ssse3; in _cpu_check_features() local
134 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
138 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _cpu_check_features()
/external/v8/third_party/zlib/
Dcpu_features.c141 int x86_cpu_has_ssse3; in _cpu_check_features() local
153 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
159 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _cpu_check_features()