Lines Matching refs:WordShr
323 value = Signed(WordOr(value, WordShr(value, IntPtrConstant(i))));
571 lhs = WordAnd(WordShr(value, UintPtrConstant(1)), UintPtrConstant(mask[0]));
577 lhs = WordAnd(WordShr(value, UintPtrConstant(2)), UintPtrConstant(mask[1]));
583 lhs = WordAnd(WordShr(value, UintPtrConstant(4)), UintPtrConstant(mask[2]));
593 lhs = WordShr(value, UintPtrConstant(8));
598 lhs = WordShr(value, UintPtrConstant(16));
604 lhs = WordShr(value, UintPtrConstant(32));
3718 TNode<IntPtrT> bucket_count = Signed(WordShr(capacity, IntPtrConstant(1)));
7939 return Unsigned(WordShr(word, static_cast<int>(shift)));
7941 return Unsigned(WordAnd(WordShr(word, static_cast<int>(shift)),
8445 IntPtrAdd(at_least_space_for, WordShr(at_least_space_for, 1)));