Home | History | Annotate | Download | only in ia32

Lines Matching full:do_subtraction

833     Label done, remainder_eq_dividend, slow, do_subtraction, both_positive;
869 __ j(not_zero, &do_subtraction, Label::kNear);
873 __ bind(&do_subtraction);