Searched refs:kAfterMaxLiftoffGpRegCode (Results 1 – 1 of 1) sorted by relevance
116 static constexpr int kAfterMaxLiftoffGpRegCode = kMaxGpRegCode + 1; variable118 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()