Searched refs:have_cmov (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c112 # define have_cmov 1 macro
115 static bool have_cmov; variable
117 # define have_cmov 0 macro
987 if (have_cmov) {
2169 #ifndef have_cmov
2172 have_cmov = (__get_cpuid(1, &a, &b, &c, &d) && (d & bit_CMOV));

Completed in 78 milliseconds