Lines Matching refs:less
862 __ j(less, &remainder_eq_dividend, Label::kNear);
880 // Check if the dividend is less than the divisor.
882 __ j(less, &remainder_eq_dividend, Label::kNear);
1554 cond = is_unsigned ? below : less;
1768 return less;
2387 __ j(less, &fail, Label::kNear);
3880 __ j(less, &convert, Label::kNear);
4009 __ j(less, &convert, Label::kNear);
4963 __ j(less, &out_of_object);