Home | History | Annotate | Download | only in ia32

Lines Matching refs:cmov

736     if (CpuFeatures::IsSupported(CMOV)) {
737 CpuFeatureScope use_cmov(masm, CMOV);
738 __ cmov(not_equal, scratch1, result_reg);
756 if (CpuFeatures::IsSupported(CMOV)) {
757 CpuFeatureScope use_cmov(masm, CMOV);
758 __ cmov(greater, result_reg, scratch1);
4225 CpuFeatureScope use_cmov(masm, CMOV);
4235 __ cmov(above, eax, ecx);
4237 __ cmov(below, eax, ecx);
6445 // stub if NaN is involved or SSE2 or CMOV is unsupported.
6446 if (CpuFeatures::IsSupported(SSE2) && CpuFeatures::IsSupported(CMOV)) {
6448 CpuFeatureScope scope2(masm, CMOV);
6486 __ cmov(above, eax, ecx);
6488 __ cmov(below, eax, ecx);