Home | History | Annotate | Download | only in optimizing

Lines Matching refs:cmov

1545   // We can generate a CMOV for this Select.
1576 // a CMOV to implement Select.
1609 // Generate the correct sized CMOV.
1612 __ cmov(cond, value_false, value_true_loc.AsRegister<CpuRegister>(), is_64_bit);
1614 __ cmov(cond,
3337 __ cmov(kGreaterEqual, tmp, numerator);
3353 __ cmov(kGreaterEqual, rdx, numerator);