Searched refs:x86_cpu_has_sse42 (Results 1 – 7 of 7) sorted by relevance
142 int x86_cpu_has_sse42; in _cpu_check_features() local154 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()162 x86_cpu_has_sse42 && in _cpu_check_features()
23 Z_INTERNAL int x86_cpu_has_sse42; variable65 x86_cpu_has_sse42 = ecx & 0x100000; in x86_check_features()
12 extern int x86_cpu_has_sse42;
154 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()
1116 + 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 &&