Searched defs:cpu_has_cmov (Results 1 - 1 of 1) sorted by last modified time

/external/pcre/dist/sljit/
H A DsljitNativeX86_common.c273 static sljit_si cpu_has_cmov = -1; variable
327 cpu_has_cmov = (features >> 15) & 0x1;
1194 if (cpu_has_cmov == -1)
1197 if (cpu_has_cmov) {
2737 if (cpu_has_cmov == -1)
2740 if (cpu_has_cmov) {

Completed in 242 milliseconds