Searched refs:new_type1 (Results 1 – 2 of 2) sorted by relevance
67 const RegType& new_type1, in SetRegisterTypeWide() argument70 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()72 << new_type1 << "' '" << new_type2 << "'"; in SetRegisterTypeWide()75 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()96 inline void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1, in SetResultRegisterTypeWide() argument98 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()99 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
122 const RegType& new_type1,130 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)