• Home
  • Raw
  • Download

Lines Matching refs:Word32Equal

822   GotoIf(Word32Equal(int_b, Int32Constant(0)), &return_nan);  in SmiMod()
843 GotoIfNot(Word32Equal(int_a, Int32Constant(kMinInt)), &join); in SmiMod()
844 GotoIf(Word32Equal(int_b, Int32Constant(-1)), &return_minuszero); in SmiMod()
854 GotoIf(Word32Equal(r, Int32Constant(0)), &return_minuszero); in SmiMod()
897 Branch(Word32Equal(answer, zero), &answer_zero, &answer_not_zero); in SmiMul()
960 Branch(Word32Equal(untagged_divisor, Int32Constant(-1)), in TrySmiDiv()
965 GotoIf(Word32Equal( in TrySmiDiv()
1011 return Word32Equal( in TaggedIsSmi()
1023 return Word32Equal( in TaggedIsPositiveSmi()
1039 return Word32Equal( in WordIsAligned()
1368 Branch(Word32Equal(length, Int32Constant(0)), if_false, if_true); in BranchIfToBooleanIsTrue()
1568 Word32Equal(kind, Int32Constant(FAST_STRING_WRAPPER_ELEMENTS)), in IsStringWrapperElementsKind()
1569 Word32Equal(kind, Int32Constant(SLOW_STRING_WRAPPER_ELEMENTS))); in IsStringWrapperElementsKind()
1877 return Word32Equal(Word32And(TruncateIntPtrToInt32( in IsStrong()
1890 return Word32Equal(Word32And(TruncateIntPtrToInt32( in IsWeakOrCleared()
1897 return Word32Equal(TruncateIntPtrToInt32(BitcastMaybeObjectToWord(value)), in IsCleared()
1923 return Word32Equal( in IsWeakReferenceToObject()
1941 return Word32Equal( in IsWeakReferenceTo()
2530 return Word32Equal(element_upper, Int32Constant(kHoleNanUpper32)); in IsDoubleHole()
5169 GotoIfNot(Word32Equal(ivalue, Int32Constant(0)), &if_int32); in TryFloat32ToSmi()
5201 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32); in TryFloat64ToSmi()
5571 Branch(Word32Equal(value_instance_type, Int32Constant(instance_type)), &out, in ThrowIfNotInstanceType()
5671 return Word32Equal(instance_type, Int32Constant(type)); in InstanceTypeEqual()
5686 return Word32Equal(Word32And(LoadMapBitField3(map), Int32Constant(kMask)), in IsExtensibleNonPrototypeMap()
5857 return Word32Equal( in IsOneByteStringInstanceType()
5865 return Word32Equal( in IsSequentialStringInstanceType()
5873 return Word32Equal( in IsSeqOneByteStringInstanceType()
5882 return Word32Equal( in IsConsStringInstanceType()
5899 return Word32Equal( in IsExternalStringInstanceType()
6153 return Word32Equal( in IsInternalizedStringInstanceType()
6743 GotoIfNot(Word32Equal(low, low_compare), bailout); in NumberToString()
6744 GotoIfNot(Word32Equal(high, high_compare), bailout); in NumberToString()
7105 GotoIf(Word32Equal(instance_type, Int32Constant(ODDBALL_TYPE)), &if_oddball); in TaggedToNumeric()
7322 CSA_ASSERT(this, Word32Equal(Word32And(word, Int32Constant(~mask)), word)); in UpdateWord32()
7402 GotoIf(Word32Equal(Int32Constant(0), Int32Constant(1)), label); in Use()
7838 GotoIfNot(Word32Equal(kind, Int32Constant(kData)), not_data); in BasicLoadNumberDictionaryElement()
8410 GotoIf(Word32Equal(number_of_valid_entries, Int32Constant(0)), if_not_found); in Lookup()
8559 Branch(Word32Equal(location, Int32Constant(kField)), &if_in_field, in LoadPropertyFromFastObject()
8688 GotoIf(Word32Equal(kind, Int32Constant(kData)), &done); in CallGetterIfAccessor()
9029 GotoIf(Word32Equal(first_char, Int32Constant('-')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
9031 GotoIf(Word32Equal(first_char, Int32Constant('I')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
9033 GotoIf(Word32Equal(first_char, Int32Constant('N')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
9612 CSA_ASSERT(this, Word32Equal(UncheckedCast<Word32T>(value), in StoreElementBigIntOrTypedArray()
9881 GotoIf(Word32Equal(length, Int32Constant(0)), &done); in BigIntToRawBytes()
9885 GotoIf(Word32Equal(length, Int32Constant(1)), &load_done); in BigIntToRawBytes()
9890 GotoIf(Word32Equal(sign, Int32Constant(0)), &done); in BigIntToRawBytes()
11051 Word32Equal( in CollectFeedbackForString()
12084 Branch(Word32Equal(lhs_hi_word, rhs_hi_word), if_true, if_false); in BranchIfSameNumberValue()
12274 GotoIf(Word32Equal(callable_or_undetectable_mask, in Typeof()
12278 GotoIfNot(Word32Equal(callable_or_undetectable_mask, Int32Constant(0)), in Typeof()
12875 return Word32Equal(Word32Shr(elements_kind, Int32Constant(1)), in IsDoubleElementsKind()
13064 Word32Equal(data_type, Int32Constant(INTERPRETER_DATA_TYPE))); in GetSharedFunctionInfoCode()
13472 Word32Equal(constness, in CheckAndBranch()