Searched refs:while_true (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2700 Label no_neg, while_true, while_false; in Generate_MathPowInternal() local 2710 __ j(above, &while_true, Label::kNear); in Generate_MathPowInternal() 2714 __ bind(&while_true); in Generate_MathPowInternal() 2717 __ j(above, &while_true, Label::kNear); in Generate_MathPowInternal() 2719 __ j(not_zero, &while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 2751 Label no_neg, while_true, while_false; in Generate_MathPowInternal() local 2761 __ j(above, &while_true, Label::kNear); in Generate_MathPowInternal() 2765 __ bind(&while_true); in Generate_MathPowInternal() 2768 __ j(above, &while_true, Label::kNear); in Generate_MathPowInternal() 2770 __ j(not_zero, &while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2549 Label while_true; in Generate_MathPowInternal() local 2550 __ bind(&while_true); in Generate_MathPowInternal() 2554 __ b(ne, &while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2699 Label while_true, no_carry, loop_end; in Generate_MathPowInternal() local 2700 __ bind(&while_true); in Generate_MathPowInternal() 2708 __ b(&while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2681 Label while_true, no_carry, loop_end; in Generate_MathPowInternal() local 2682 __ bind(&while_true); in Generate_MathPowInternal() 2692 __ b(&while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2676 Label while_true, no_carry, loop_end; in Generate_MathPowInternal() local 2677 __ bind(&while_true); in Generate_MathPowInternal() 2690 __ Branch(&while_true); in Generate_MathPowInternal()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 2657 Label while_true, no_carry, loop_end; in Generate_MathPowInternal() local 2658 __ bind(&while_true); in Generate_MathPowInternal() 2671 __ Branch(&while_true); in Generate_MathPowInternal()
|