HomeSort by relevance Sort by last modified time
    Searched refs:continue_sqrt (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
code-stubs-ia32.cc 458 Label continue_sqrt, continue_rsqrt, not_plus_half; local
478 __ j(not_equal, &continue_sqrt, Label::kNear);
479 __ j(carry, &continue_sqrt, Label::kNear);
486 __ bind(&continue_sqrt);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 336 Label continue_sqrt, continue_rsqrt, not_plus_half; local
354 __ j(not_equal, &continue_sqrt, Label::kNear);
355 __ j(carry, &continue_sqrt, Label::kNear);
362 __ bind(&continue_sqrt);
    [all...]

Completed in 42 milliseconds