Searched refs:x86_cpu_has_sse2 (Results 1 – 4 of 4) 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()
123 int x86_cpu_has_sse2; in _cpu_check_features() local133 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()140 x86_cpu_enable_simd = x86_cpu_has_sse2 && in _cpu_check_features()
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 &&