• Home
  • Raw
  • Download

Lines Matching refs:WordAnd

338           [=] { return WordAnd(value, IntPtrSub(value, IntPtrConstant(1))); }),  in WordIsPowerOfTwo()
571 lhs = WordAnd(WordShr(value, UintPtrConstant(1)), UintPtrConstant(mask[0])); in PopulationCountFallback()
572 rhs = WordAnd(value, UintPtrConstant(mask[0])); in PopulationCountFallback()
577 lhs = WordAnd(WordShr(value, UintPtrConstant(2)), UintPtrConstant(mask[1])); in PopulationCountFallback()
578 rhs = WordAnd(value, UintPtrConstant(mask[1])); in PopulationCountFallback()
583 lhs = WordAnd(WordShr(value, UintPtrConstant(4)), UintPtrConstant(mask[2])); in PopulationCountFallback()
584 rhs = WordAnd(value, UintPtrConstant(mask[2])); in PopulationCountFallback()
610 return Signed(WordAnd(value, UintPtrConstant(0xff))); in PopulationCountFallback()
1164 return WordEqual(WordAnd(BitcastTaggedToWordForTagAndSmiBits(a), in TaggedIsPositiveSmi()
1262 GotoIfNot(WordAnd(top, IntPtrConstant(kDoubleAlignmentMask)), &next); in AllocateRaw()
1641 entry = UncheckedCast<UintPtrT>(WordAnd(entry, tag)); in LoadExternalPointerFromObject()
1736 WordNotEqual(WordAnd(BitcastTaggedToWord(map), in LoadMap()
2153 return UncheckedCast<HeapObject>(BitcastWordToTagged(WordAnd( in GetHeapObjectAssumeWeak()
2176 return WordEqual(WordAnd(BitcastMaybeObjectToWord(maybe_object), in IsWeakReferenceToObject()
3478 WordAnd(raw_size, IntPtrConstant(~kObjectAlignmentMask)); in AllocateNonEmptyByteArray()
3506 WordAnd(raw_size, IntPtrConstant(~kObjectAlignmentMask)); in AllocateByteArray()
4430 WordAnd(page_flags, in ExtractToFixedArray()
4817 WordEqual(WordAnd(page_flags, in JumpIfPointersFromHereAreInteresting()
7941 return Unsigned(WordAnd(WordShr(word, static_cast<int>(shift)), in DecodeWord()
7975 CSA_DCHECK(this, WordEqual(WordAnd(word, UintPtrConstant(~mask)), word)); in UpdateWord()
7978 masked_word = WordAnd(word, UintPtrConstant(~mask)); in UpdateWord()
8540 TNode<IntPtrT> initial_entry = Signed(WordAnd(hash, mask)); in NameDictionaryLookup()
8576 entry = Signed(WordAnd(IntPtrAdd(entry, var_count.value()), mask)); in NameDictionaryLookup()
8632 TNode<IntPtrT> initial_entry = Signed(WordAnd(hash, mask)); in NumberDictionaryLookup()
8670 entry = Signed(WordAnd(IntPtrAdd(entry, var_count.value()), mask)); in NumberDictionaryLookup()
11530 WordAnd(page_flags, in TrapAllocationMemento()
11536 GotoIf(WordNotEqual(WordAnd(page_flags, in TrapAllocationMemento()
11583 return WordAnd(address, IntPtrConstant(~kPageAlignmentMask)); in PageFromAddress()
15906 IntPtrAdd(WordAnd(IntPtrSub(entry, group_width), mask), one); in SwissNameDictionarySetCtrl()
15908 TNode<IntPtrT> copy_entry_rhs = WordAnd(IntPtrSub(group_width, one), mask); in SwissNameDictionarySetCtrl()
15965 GotoIf(WordNotEqual(WordAnd(page_flags, in SharedValueBarrier()
15981 WordNotEqual(WordAnd(page_flags, in SharedValueBarrier()
16001 WordAnd(LoadBasicMemoryChunkFlags(CAST(var_shared_value->value())), in SharedValueBarrier()