Searched refs:new_type1 (Results 1 – 2 of 2) sorted by relevance
65 const RegType& new_type1, in SetRegisterTypeWide() argument68 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()70 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()73 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()94 inline void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1, in SetResultRegisterTypeWide() argument96 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()97 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
109 const RegType& new_type1,117 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)