Home | History | Annotate | Download | only in x64

Lines Matching refs:continue_sqrt

2072       Label continue_sqrt, continue_rsqrt, not_plus_half;
2090 __ j(not_equal, &continue_sqrt, Label::kNear);
2091 __ j(carry, &continue_sqrt, Label::kNear);
2098 __ bind(&continue_sqrt);