Home
last modified time | relevance | path

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

/external/angle/third_party/zlib/
Dcpu_features.c143 int x86_cpu_has_pclmulqdq; in _cpu_check_features() local
155 x86_cpu_has_pclmulqdq = abcd[2] & 0x2; in _cpu_check_features()
163 x86_cpu_has_pclmulqdq; in _cpu_check_features()
/external/zlib/
Dcpu_features.c143 int x86_cpu_has_pclmulqdq; in _cpu_check_features() local
155 x86_cpu_has_pclmulqdq = abcd[2] & 0x2; in _cpu_check_features()
163 x86_cpu_has_pclmulqdq; in _cpu_check_features()
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dx86.c24 Z_INTERNAL int x86_cpu_has_pclmulqdq; variable
66 x86_cpu_has_pclmulqdq = ecx & 0x2; in x86_check_features()
Dx86.h13 extern int x86_cpu_has_pclmulqdq;
/external/rust/crates/libz-sys/src/zlib-ng/
Dcrc32.c211 if (x86_cpu_has_pclmulqdq) in crc_finalize()
219 if (x86_cpu_has_pclmulqdq) { in crc_reset()
229 if (x86_cpu_has_pclmulqdq) { in copy_with_crc()
/external/zlib/patches/
D0001-simd.patch1117 + int x86_cpu_has_pclmulqdq;
1137 + x86_cpu_has_pclmulqdq = ecx & 0x2;
1141 + x86_cpu_has_pclmulqdq;
1164 + int x86_cpu_has_pclmulqdq;
1171 + x86_cpu_has_pclmulqdq = regs[2] & 0x2;
1175 + x86_cpu_has_pclmulqdq;
/external/angle/third_party/zlib/patches/
D0001-simd.patch1117 + int x86_cpu_has_pclmulqdq;
1137 + x86_cpu_has_pclmulqdq = ecx & 0x2;
1141 + x86_cpu_has_pclmulqdq;
1164 + int x86_cpu_has_pclmulqdq;
1171 + x86_cpu_has_pclmulqdq = regs[2] & 0x2;
1175 + x86_cpu_has_pclmulqdq;