Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-register.h116 static constexpr int kAfterMaxLiftoffGpRegCode = kMaxGpRegCode + 1; variable
118 kAfterMaxLiftoffGpRegCode + kMaxFpRegCode + 1;
156 : LiftoffRegister(kAfterMaxLiftoffGpRegCode + reg.code()) { in LiftoffRegister()
231 constexpr bool is_gp() const { return code_ < kAfterMaxLiftoffGpRegCode; } in is_gp()
233 return code_ >= kAfterMaxLiftoffGpRegCode && in is_fp()
281 return DoubleRegister::from_code(code_ - kAfterMaxLiftoffGpRegCode); in fp()
343 << kAfterMaxLiftoffGpRegCode;
346 << kAfterMaxLiftoffGpRegCode;
458 kAfterMaxLiftoffGpRegCode); in GetFpList()