Home
last modified time | relevance | path

Searched refs:kRkBits (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h146 const int kRkBits = 5; variable
216 const int kRkFieldMask = ((1 << kRkBits) - 1) << kRkShift;
761 return this->Bits(kRkShift + kRkBits - 1, kRkShift); in RkValue()