Lines Matching refs:Word32Equal
28 Branch(Word32Equal(Word32And(string_instance_type, in DirectStringData()
190 GotoIf(Word32Equal(Word32And(both_instance_types, in StringEqual_Core()
202 GotoIfNot(Word32Equal(Word32And(both_instance_types, in StringEqual_Core()
218 Word32Equal(masked_instance_types, Int32Constant(kOneOneByteStringTag)), in StringEqual_Core()
221 Word32Equal(masked_instance_types, Int32Constant(kTwoTwoByteStringTag)), in StringEqual_Core()
224 Word32Equal(masked_instance_types, Int32Constant(kOneTwoByteStringTag)), in StringEqual_Core()
357 GotoIfNot(Word32Equal(left_length, Uint32Constant(0)), &check_right); in StringAdd()
363 GotoIfNot(Word32Equal(right_length, Uint32Constant(0)), &cons); in StringAdd()
408 GotoIf(Word32Equal(Word32And(ored_instance_types, in StringAdd()
466 GotoIf(Word32Equal(representation, Int32Constant(kThinStringTag)), can_deref); in BranchIfCanDerefIndirectString()
591 Branch(Word32Equal(Word32And(both_instance_types, in GenerateStringRelationalComparison()
630 Branch(Word32Equal(lhs_value, rhs_value), &if_valueissame, in GenerateStringRelationalComparison()
802 Branch(Word32Equal(argc, Int32Constant(1)), &if_oneargument, in TF_BUILTIN()
1830 Branch(Word32Equal(Word32And(var_trail.value(), Int32Constant(0xFC00)), in LoadSurrogatePairAt()