Home | History | Annotate | Download | only in x87

Lines Matching defs:round_up

5121   Label round_up;
5123 __ j(greater, &round_up, Label::kNear);
5125 __ j(not_zero, &round_up, Label::kNear);
5129 __ bind(&round_up);