Home | History | Annotate | Download | only in x64

Lines Matching refs:CMOV

458     if (f == CMOV && !FLAG_enable_cmov) return false;
514 // Safe defaults include SSE2 and CMOV for X64. It is always available, if
517 // fpu, tsc, cx8, cmov, mmx, sse, sse2, fxsr, syscall
518 static const uint64_t kDefaultCpuFeatures = (1 << SSE2 | 1 << CMOV);