Searched refs:kAfterMaxLiftoffGpRegCode (Results 1 – 1 of 1) sorted by relevance
59 static constexpr int kAfterMaxLiftoffGpRegCode = kMaxGpRegCode + 1; variable61 kAfterMaxLiftoffGpRegCode + kMaxFpRegCode + 1;84 : LiftoffRegister(kAfterMaxLiftoffGpRegCode + reg.code()) { in LiftoffRegister()117 constexpr bool is_gp() const { return code_ < kAfterMaxLiftoffGpRegCode; } in is_gp()119 return code_ >= kAfterMaxLiftoffGpRegCode && in is_fp()146 return DoubleRegister::from_code(code_ - kAfterMaxLiftoffGpRegCode); in fp()200 << kAfterMaxLiftoffGpRegCode;298 RegList GetFpList() { return (regs_ & kFpMask) >> kAfterMaxLiftoffGpRegCode; } in GetFpList()