Home | History | Annotate | Download | only in ia32

Lines Matching refs:dividend_not_zero

1304     Label dividend_not_zero;
1306 __ j(not_zero, &dividend_not_zero, Label::kNear);
1309 __ bind(&dividend_not_zero);
1444 Label dividend_not_zero;
1446 __ j(not_zero, &dividend_not_zero, Label::kNear);
1449 __ bind(&dividend_not_zero);