Home | History | Annotate | Download | only in ia32

Lines Matching refs:CMOV

4406       CpuFeatures::Scope use_cmov(CMOV);
4416 __ cmov(above, eax, ecx);
4418 __ cmov(below, eax, ecx);
6551 // stub if NaN is involved or SS2 or CMOV is unsupported.
6552 if (CpuFeatures::IsSupported(SSE2) && CpuFeatures::IsSupported(CMOV)) {
6554 CpuFeatures::Scope scope2(CMOV);
6570 __ cmov(above, eax, ecx);
6572 __ cmov(below, eax, ecx);