Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_common.c304 static sljit_u32 cpu_feature_list = 0; variable
454 cpu_feature_list = feature_list; in get_cpu_features()
742 if (cpu_feature_list == 0) in sljit_has_cpu_feature()
744 return (cpu_feature_list & CPU_FEATURE_SSE2) != 0; in sljit_has_cpu_feature()
755 if (cpu_feature_list == 0) in sljit_has_cpu_feature()
758 return (cpu_feature_list & CPU_FEATURE_LZCNT) ? 1 : 2; in sljit_has_cpu_feature()
761 if (cpu_feature_list == 0) in sljit_has_cpu_feature()
764 return (cpu_feature_list & CPU_FEATURE_TZCNT) ? 1 : 2; in sljit_has_cpu_feature()
767 if (cpu_feature_list == 0) in sljit_has_cpu_feature()
769 return (cpu_feature_list & CPU_FEATURE_CMOV) != 0; in sljit_has_cpu_feature()
[all …]