Searched refs:kKindFieldWidth (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium.h54 int index() const { return static_cast<int>(value_) >> kKindFieldWidth; }
68 value_ |= index << kKindFieldWidth;
77 static const int kKindFieldWidth = 3; member in class:v8::internal::LOperand
78 class KindField : public BitField<Kind, 0, kKindFieldWidth> { };
131 static const int kPolicyShift = kKindFieldWidth;

Completed in 43 milliseconds