Home
last modified time | relevance | path

Searched refs:not_plus_half (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/x64/
Dcode-stubs-x64.cc1007 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
1014 __ j(not_equal, &not_plus_half, Label::kNear); in Generate()
1041 __ bind(&not_plus_half); in Generate()
/external/chromium_org/v8/src/ia32/
Dcode-stubs-ia32.cc1154 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
1162 __ j(not_equal, &not_plus_half, Label::kNear); in Generate()
1190 __ bind(&not_plus_half); in Generate()
/external/chromium_org/v8/src/arm/
Dcode-stubs-arm.cc1525 Label not_plus_half; in Generate() local
1530 __ b(ne, &not_plus_half); in Generate()
1544 __ bind(&not_plus_half); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc2072 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
2079 __ j(not_equal, &not_plus_half, Label::kNear); in Generate()
2106 __ bind(&not_plus_half); in Generate()
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.cc1578 Label not_plus_half; in Generate() local
1583 &not_plus_half, in Generate()
1600 __ bind(&not_plus_half); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc3514 Label not_plus_half; in Generate() local
3519 __ b(ne, &not_plus_half); in Generate()
3533 __ bind(&not_plus_half); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3651 Label not_plus_half; in Generate() local
3656 &not_plus_half, in Generate()
3673 __ bind(&not_plus_half); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3015 Label continue_sqrt, continue_rsqrt, not_plus_half; in Generate() local
3023 __ j(not_equal, &not_plus_half, Label::kNear); in Generate()
3051 __ bind(&not_plus_half); in Generate()