Home
last modified time | relevance | path

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

/external/zlib/
Dcpu_features.c126 int x86_cpu_has_pclmulqdq; in _cpu_check_features() local
136 x86_cpu_has_pclmulqdq = abcd[2] & 0x2; in _cpu_check_features()
142 x86_cpu_has_pclmulqdq; in _cpu_check_features()
/external/v8/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/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/v8/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;