Searched refs:positive_exponent (Results 1 – 4 of 4) sorted by relevance
2693 Label positive_exponent; in Generate_MathPowInternal() local2694 __ bge(&positive_exponent); in Generate_MathPowInternal()2696 __ bind(&positive_exponent); in Generate_MathPowInternal()
2647 Label positive_exponent, bail_out; in Generate_MathPowInternal() local2648 __ Branch(&positive_exponent, ge, scratch, Operand(zero_reg)); in Generate_MathPowInternal()2653 __ bind(&positive_exponent); in Generate_MathPowInternal()
2675 Label positive_exponent; in Generate_MathPowInternal() local2677 __ bge(&positive_exponent, Label::kNear); in Generate_MathPowInternal()2679 __ bind(&positive_exponent); in Generate_MathPowInternal()
2666 Label positive_exponent, bail_out; in Generate_MathPowInternal() local2667 __ Branch(&positive_exponent, ge, scratch, Operand(zero_reg)); in Generate_MathPowInternal()2672 __ bind(&positive_exponent); in Generate_MathPowInternal()