Searched refs:IsSameFormat (Results 1 – 3 of 3) sorted by relevance
407 bool IsSameFormat(const VRegister& other) const { in IsSameFormat() function
2125 VIXL_ASSERT(vd.IsSameFormat(vn)); in fmov()4814 match &= !reg2.IsValid() || reg2.IsSameFormat(reg1); in AreSameFormat()4815 match &= !reg3.IsValid() || reg3.IsSameFormat(reg1); in AreSameFormat()4816 match &= !reg4.IsValid() || reg4.IsSameFormat(reg1); in AreSameFormat()
128 bool IsSameFormat(CPURegister reg) { in IsSameFormat() function