Lines Matching refs:Word32Equal

784   GotoIf(Word32Equal(int_b, Int32Constant(0)), &return_nan);  in SmiMod()
805 GotoIfNot(Word32Equal(int_a, Int32Constant(kMinInt)), &join); in SmiMod()
806 GotoIf(Word32Equal(int_b, Int32Constant(-1)), &return_minuszero); in SmiMod()
816 GotoIf(Word32Equal(r, Int32Constant(0)), &return_minuszero); in SmiMod()
859 Branch(Word32Equal(answer, zero), &answer_zero, &answer_not_zero); in SmiMul()
921 Branch(Word32Equal(untagged_divisor, Int32Constant(-1)), in TrySmiDiv()
926 GotoIf(Word32Equal( in TrySmiDiv()
2468 GotoIf(Word32Equal(element_upper, Int32Constant(kHoleNanUpper32)), in LoadDoubleWithHoleCheck()
2579 Word32Equal(function_kind, in IsGeneratorFunction()
2581 Word32Equal( in IsGeneratorFunction()
2584 Word32Equal(function_kind, in IsGeneratorFunction()
2586 Word32Equal(function_kind, in IsGeneratorFunction()
4849 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32); in TryFloat64ToSmi()
5172 Branch(Word32Equal(value_instance_type, Int32Constant(instance_type)), &out, in ThrowIfNotInstanceType()
5252 return Word32Equal(instance_type, Int32Constant(type)); in InstanceTypeEqual()
5401 return Word32Equal( in IsOneByteStringInstanceType()
5409 return Word32Equal( in IsSequentialStringInstanceType()
5417 return Word32Equal( in IsConsStringInstanceType()
5434 return Word32Equal( in IsExternalStringInstanceType()
6376 GotoIf(Word32Equal(representation, Int32Constant(kThinStringTag)), can_deref); in BranchIfCanDerefIndirectString()
6513 GotoIf(Word32Equal(Word32And(ored_instance_types, in StringAdd()
6690 GotoIfNot(Word32Equal(low, low_compare), &runtime); in NumberToString()
6691 GotoIfNot(Word32Equal(high, high_compare), &runtime); in NumberToString()
7004 GotoIf(Word32Equal(instance_type, Int32Constant(ODDBALL_TYPE)), &if_oddball); in TaggedToNumeric()
7458 GotoIf(Word32Equal(Int32Constant(0), Int32Constant(1)), label); in Use()
7815 GotoIfNot(Word32Equal(kind, Int32Constant(kData)), not_data); in BasicLoadNumberDictionaryElement()
7835 GotoIfNot(Word32Equal(kind, Int32Constant(kData)), not_data); in BasicStoreNumberDictionaryElement()
8180 GotoIf(Word32Equal(number_of_valid_entries, Int32Constant(0)), if_not_found); in Lookup()
8329 Branch(Word32Equal(location, Int32Constant(kField)), &if_in_field, in LoadPropertyFromFastObject()
8461 GotoIf(Word32Equal(kind, Int32Constant(kData)), &done); in CallGetterIfAccessor()
8773 GotoIf(Word32Equal(first_char, Int32Constant('-')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
8775 GotoIf(Word32Equal(first_char, Int32Constant('I')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
8777 GotoIf(Word32Equal(first_char, Int32Constant('N')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
9334 Word32Equal(value, Word32And(Int32Constant(0xFF), value))); in StoreElement()
10598 Word32Equal( in CollectFeedbackForString()
11440 Branch(Word32Equal(lhs_hi_word, rhs_hi_word), if_true, if_false); in BranchIfSameValue()
11554 GotoIf(Word32Equal(callable_or_undetectable_mask, in Typeof()
11558 GotoIfNot(Word32Equal(callable_or_undetectable_mask, Int32Constant(0)), in Typeof()
12209 return Word32Equal(Word32Shr(elements_kind, Int32Constant(1)), in IsDoubleElementsKind()
12378 Word32Equal(data_type, Int32Constant(INTERPRETER_DATA_TYPE))); in GetSharedFunctionInfoCode()