Searched refs:x86_cpu_has_sse2 (Results 1 – 7 of 7) sorted by relevance
140 int x86_cpu_has_sse2; in _cpu_check_features() local152 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()
185 if (x86_cpu_has_sse2) in slide_hash_stub()239 if (x86_cpu_has_sse2) in chunksize_stub()257 if (x86_cpu_has_sse2) in chunkcopy_stub()275 if (x86_cpu_has_sse2) in chunkcopy_safe_stub()293 if (x86_cpu_has_sse2) in chunkunroll_stub()311 if (x86_cpu_has_sse2) in chunkmemset_stub()329 if (x86_cpu_has_sse2) in chunkmemset_safe_stub()
21 Z_INTERNAL int x86_cpu_has_sse2; variable63 x86_cpu_has_sse2 = edx & 0x4000000; in x86_check_features()
10 extern int x86_cpu_has_sse2;
1115 + int x86_cpu_has_sse2;1135 + x86_cpu_has_sse2 = edx & 0x4000000;1139 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&1162 + int x86_cpu_has_sse2;1169 + x86_cpu_has_sse2 = regs[3] & 0x4000000;1173 + x86_cpu_enable_simd = x86_cpu_has_sse2 &&