Searched refs:if_not_positive (Results 1 – 1 of 1) sorted by relevance
1576 auto if_not_positive = __ MakeDeferredLabel(); in LowerCheckedInt32Div() local1585 __ GotoIfNot(check0, &if_not_positive); in LowerCheckedInt32Div()1591 __ Bind(&if_not_positive); in LowerCheckedInt32Div()4455 auto if_not_positive = __ MakeDeferredLabel(); in LowerFloat64RoundUp() local4467 __ GotoIfNot(check0, &if_not_positive); in LowerFloat64RoundUp()4481 __ Bind(&if_not_positive); in LowerFloat64RoundUp()4544 auto if_not_positive = __ MakeDeferredLabel(); in BuildFloat64RoundDown() local4555 __ GotoIfNot(check0, &if_not_positive); in BuildFloat64RoundDown()4570 __ Bind(&if_not_positive); in BuildFloat64RoundDown()4688 auto if_not_positive = __ MakeDeferredLabel(); in BuildFloat64RoundTruncate() local[all …]