Searched refs:IsSameFormat (Results 1 – 4 of 4) sorted by relevance
300 match &= !reg2.IsValid() || reg2.IsSameFormat(reg1); in AreSameFormat()301 match &= !reg3.IsValid() || reg3.IsSameFormat(reg1); in AreSameFormat()302 match &= !reg4.IsValid() || reg4.IsSameFormat(reg1); in AreSameFormat()
242 bool IsSameFormat(const CPURegister& other) const { in IsSameFormat() function
2810 VIXL_ASSERT(vd.IsSameFormat(vn)); in fmov()
128 bool IsSameFormat(CPURegister reg) { in IsSameFormat() function