Searched refs:cpu_has_cmov (Results 1 – 1 of 1) sorted by relevance
292 static sljit_s32 cpu_has_cmov = -1; variable371 cpu_has_cmov = (features >> 15) & 0x1; in get_cpu_features()656 if (cpu_has_cmov == -1) in sljit_has_cpu_feature()658 return cpu_has_cmov; in sljit_has_cpu_feature()1389 if (cpu_has_cmov == -1) in emit_clz()1400 if (cpu_has_cmov) { in emit_clz()1417 if (cpu_has_cmov) { in emit_clz()2864 if (cpu_has_cmov == -1)2867 if (cpu_has_cmov) {
Completed in 16 milliseconds