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

/external/v8/src/
H A Dlithium.h41 int index() const { return static_cast<int>(value_) >> kKindFieldWidth; }
54 value_ |= index << kKindFieldWidth;
63 static const int kKindFieldWidth = 3; member in class:v8::internal::LOperand
64 class KindField : public BitField<Kind, 0, kKindFieldWidth> { };
161 STATIC_ASSERT(kKindFieldWidth == 3);

Completed in 78 milliseconds