Home
last modified time | relevance | path

Searched refs:x86_cpu_has_sse2 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c140 int x86_cpu_has_sse2; in _cpu_check_features() local
152 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
157 x86_cpu_enable_sse2 = x86_cpu_has_sse2; in _cpu_check_features()
161 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c140 int x86_cpu_has_sse2; in _cpu_check_features() local
152 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
157 x86_cpu_enable_sse2 = x86_cpu_has_sse2; in _cpu_check_features()
161 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
/third_party/node/deps/zlib/
H A Dcpu_features.c158 int x86_cpu_has_sse2; in _cpu_check_features() local
170 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
175 x86_cpu_enable_sse2 = x86_cpu_has_sse2; in _cpu_check_features()
179 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()

Completed in 1 milliseconds