Home | History | Annotate | Download | only in ia32

Lines Matching full:continue_sqrt

459       Label continue_sqrt, continue_rsqrt, not_plus_half;
479 __ j(not_equal, &continue_sqrt, Label::kNear);
480 __ j(carry, &continue_sqrt, Label::kNear);
487 __ bind(&continue_sqrt);