Home
last modified time | relevance | path

Searched refs:continue_sqrt (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/x64/
Dcode-stubs-x64.cc689 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
707 __ j(not_equal, &continue_sqrt, Label::kNear); in Generate()
708 __ j(carry, &continue_sqrt, Label::kNear); in Generate()
715 __ bind(&continue_sqrt); in Generate()
/external/chromium_org/v8/src/ia32/
Dcode-stubs-ia32.cc807 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
827 __ j(not_equal, &continue_sqrt, Label::kNear); in Generate()
828 __ j(carry, &continue_sqrt, Label::kNear); in Generate()
835 __ bind(&continue_sqrt); in Generate()