Home | History | Annotate | Download | only in ia32

Lines Matching refs:CMOV

3207       if (CpuFeatures::IsSupported(CMOV)) {
3208 CpuFeatures::Scope use_cmov(CMOV);
3209 __ cmov(above, ebx, Operand(ecx, arg_number * -kPointerSize));