Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c274 static sljit_s32 cpu_has_cmov = -1; variable
353 cpu_has_cmov = (features >> 15) & 0x1; in get_cpu_features()
1229 if (cpu_has_cmov == -1) in emit_clz()
1232 if (cpu_has_cmov) { in emit_clz()
2776 if (cpu_has_cmov == -1)
2779 if (cpu_has_cmov) {
2976 if (cpu_has_cmov == -1)
2978 return cpu_has_cmov;