Home | History | Annotate | Download | only in x64

Lines Matching refs:dividend_not_zero

1121     Label dividend_not_zero;
1123 __ j(not_zero, &dividend_not_zero, Label::kNear);
1126 __ bind(&dividend_not_zero);
1240 Label dividend_not_zero;
1242 __ j(not_zero, &dividend_not_zero, Label::kNear);
1245 __ bind(&dividend_not_zero);