Lines Matching refs:Word32Equal

1033       __ GotoIf(__ Word32Equal(value32, zero), &if_zero);  in LowerChangeFloat64ToTagged()
1176 __ Word32Equal( in TruncateTaggedPointerToBit()
1189 __ GotoIf(__ Word32Equal(value_instance_type, __ Int32Constant(BIGINT_TYPE)), in TruncateTaggedPointerToBit()
1210 __ Goto(done, __ Word32Equal(length_is_zero, zero)); in TruncateTaggedPointerToBit()
1226 __ Goto(&done, __ Word32Equal(__ WordEqual(value, __ IntPtrConstant(0)), in LowerTruncateTaggedToBit()
1531 Node* check = __ Word32Equal( in LowerCheckInternalizedString()
1594 Node* check = __ Word32Equal(rhs, zero); in LowerCheckedInt32Div()
1599 check = __ Word32Equal(lhs, zero); in LowerCheckedInt32Div()
1606 Node* check1 = graph()->NewNode(machine()->Word32Equal(), lhs, minint); in LowerCheckedInt32Div()
1613 Node* is_minus_one = __ Word32Equal(rhs, minusone); in LowerCheckedInt32Div()
1627 Node* check = __ Word32Equal(lhs, __ Int32Mul(rhs, value)); in LowerCheckedInt32Div()
1643 __ GotoIf(__ Word32Equal(__ Word32And(rhs, msk), __ Int32Constant(0)), in BuildUint32Mod()
1710 __ Word32Equal(vtrue0, zero), frame_state); in LowerCheckedInt32Mod()
1730 __ Word32Equal(res, zero), frame_state); in LowerCheckedInt32Mod()
1746 Node* check = __ Word32Equal(rhs, zero); in LowerCheckedUint32Div()
1754 check = __ Word32Equal(lhs, __ Int32Mul(rhs, value)); in LowerCheckedUint32Div()
1768 Node* check = __ Word32Equal(rhs, zero); in LowerCheckedUint32Mod()
1793 Node* check_zero = __ Word32Equal(value, zero); in LowerCheckedInt32Mul()
1858 Node* check_zero = __ Word32Equal(value32, __ Int32Constant(0)); in BuildCheckedFloat64ToInt32()
1944 __ Word32Equal(instance_type, __ Int32Constant(ODDBALL_TYPE)); in BuildCheckedHeapNumberOrOddballToFloat64()
2110 __ Word32Equal(value_instance_type, __ Uint32Constant(BIGINT_TYPE)); in LowerObjectIsBigInt()
2133 __ Word32Equal(__ Int32Constant(Map::IsCallableBit::kMask), in LowerObjectIsCallable()
2157 Node* vfalse = __ Word32Equal( in LowerObjectIsConstructor()
2182 Node* vfalse = __ Word32Equal( in LowerObjectIsDetectableCallable()
2198 Node* check = __ Word32Equal(__ Float64ExtractHighWord32(value), in LowerNumberIsFloat64Hole()
2357 __ Word32Equal(__ Float64Equal(value_value, value_value), zero)); in LowerObjectIsNaN()
2366 Node* check = __ Word32Equal(diff, __ Int32Constant(0)); in LowerNumberIsNaN()
2390 __ Word32Equal(__ Int32Constant(0), in LowerObjectIsNonCallable()
2481 __ Word32Equal(value_instance_type, __ Uint32Constant(SYMBOL_TYPE)); in LowerObjectIsSymbol()
2503 Node* vfalse = __ Word32Equal( in LowerObjectIsUndetectable()
2504 __ Word32Equal( in LowerObjectIsUndetectable()
2620 Node* zero_length = __ Word32Equal(length, __ Int32Constant(0)); in LowerNewDoubleElements()
2671 Node* zero_length = __ Word32Equal(length, __ Int32Constant(0)); in LowerNewSmiOrObjectElements()
2754 __ Branch(__ Word32Equal(encoding, __ Int32Constant(kTwoByteStringTag)), in LowerNewConsString()
2780 return __ Word32Equal( in LowerArrayBufferWasNeutered()
2781 __ Word32Equal( in LowerArrayBufferWasNeutered()
2853 __ GotoIf(__ Word32Equal(receiver_representation, in LowerStringCharCodeAt()
2856 __ GotoIf(__ Word32Equal(receiver_representation, in LowerStringCharCodeAt()
2859 __ GotoIf(__ Word32Equal(receiver_representation, in LowerStringCharCodeAt()
2862 __ GotoIf(__ Word32Equal(receiver_representation, in LowerStringCharCodeAt()
2865 __ Branch(__ Word32Equal(receiver_representation, in LowerStringCharCodeAt()
2871 Node* receiver_is_onebyte = __ Word32Equal( in LowerStringCharCodeAt()
2872 __ Word32Equal(__ Word32And(receiver_instance_type, in LowerStringCharCodeAt()
2901 __ GotoIf(__ Word32Equal( in LowerStringCharCodeAt()
2913 __ Word32Equal(__ Word32And(receiver_instance_type, in LowerStringCharCodeAt()
3317 Node* check = __ Word32Equal(__ Float64ExtractHighWord32(value), in LowerCheckFloat64Hole()
3373 __ GotoIf(__ Word32Equal(val_instance_type, in LowerCheckEqualsInternalizedString()
3377 __ Word32Equal(val_instance_type, __ Int32Constant(THIN_STRING_TYPE)), in LowerCheckEqualsInternalizedString()
3386 __ Word32Equal(__ Word32And(val_instance_type, in LowerCheckEqualsInternalizedString()
4179 __ GotoIf(__ Word32Equal(kind, __ Int32Constant(HOLEY_DOUBLE_ELEMENTS)), in LowerTransitionAndStoreNumberElement()
4824 __ Branch(__ Word32Equal(ChangeSmiToInt32(candidate_key), key), &if_match, in LowerFindOrderedHashMapEntryForInt32Key()