Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kGreater

451   __ cmov(is_min ? Condition::kGreater : Condition::kLess, out, op2, is_long);
1175 __ j(kGreater, slow_path->GetEntryLabel());
1574 __ cmov(kGreater, counter, start_index, /* is64bit */ false); // 32-bit copy is enough.