Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h101 // (1) [0 .. kMaxGpRegCode] encodes gp registers
102 // (2) [kMaxGpRegCode + 1 .. kMaxGpRegCode + kMaxFpRegCode] encodes fp
113 static constexpr int kMaxGpRegCode = kLiftoffAssemblerGpCacheRegs.last().code(); variable
116 static constexpr int kAfterMaxLiftoffGpRegCode = kMaxGpRegCode + 1;
123 32 - base::bits::CountLeadingZeros<uint32_t>(kMaxGpRegCode);

Completed in 2 milliseconds