Searched refs:IsSameFormat (Results 1 – 2 of 2) sorted by relevance
2621 VIXL_ASSERT(vd.IsSameFormat(vn)); in fmov()5456 match &= !reg2.IsValid() || reg2.IsSameFormat(reg1); in AreSameFormat()5457 match &= !reg3.IsValid() || reg3.IsSameFormat(reg1); in AreSameFormat()5458 match &= !reg4.IsValid() || reg4.IsSameFormat(reg1); in AreSameFormat()
345 bool IsSameFormat(const VRegister& other) const { in IsSameFormat() function