Home
last modified time | relevance | path

Searched refs:x86_cpu_has_sse42 (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/zlib/
Dcpu_features.c142 int x86_cpu_has_sse42; in _cpu_check_features() local
154 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()
162 x86_cpu_has_sse42 && in _cpu_check_features()
/external/zlib/
Dcpu_features.c142 int x86_cpu_has_sse42; in _cpu_check_features() local
154 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()
162 x86_cpu_has_sse42 && in _cpu_check_features()
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dx86.c23 Z_INTERNAL int x86_cpu_has_sse42; variable
65 x86_cpu_has_sse42 = ecx & 0x100000; in x86_check_features()
Dx86.h12 extern int x86_cpu_has_sse42;
/external/rust/crates/libz-sys/src/zlib-ng/
Dfunctable.c154 if (x86_cpu_has_sse42) in insert_string_stub()
168 if (x86_cpu_has_sse42) in quick_insert_string_stub()
381 if (x86_cpu_has_sse42) in compare258_stub()
406 if (x86_cpu_has_sse42) in longest_match_stub()
/external/zlib/patches/
D0001-simd.patch1116 + int x86_cpu_has_sse42;
1136 + x86_cpu_has_sse42 = ecx & 0x100000;
1140 + x86_cpu_has_sse42 &&
1163 + int x86_cpu_has_sse42;
1170 + x86_cpu_has_sse42= regs[2] & 0x100000;
1174 + x86_cpu_has_sse42 &&
/external/angle/third_party/zlib/patches/
D0001-simd.patch1116 + int x86_cpu_has_sse42;
1136 + x86_cpu_has_sse42 = ecx & 0x100000;
1140 + x86_cpu_has_sse42 &&
1163 + int x86_cpu_has_sse42;
1170 + x86_cpu_has_sse42= regs[2] & 0x100000;
1174 + x86_cpu_has_sse42 &&