Lines Matching full:kshift
209 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift;
292 FixedSlotIndexField::kShift);
397 value_ |= static_cast<int64_t>(value) << ValueField::kShift;
404 return static_cast<int64_t>(value_) >> ValueField::kShift;
409 return static_cast<int64_t>(value_) >> ValueField::kShift;
436 value_ |= static_cast<int64_t>(index) << IndexField::kShift;
441 return static_cast<int64_t>(value_) >> IndexField::kShift;
446 return static_cast<int64_t>(value_) >> IndexField::kShift;