Home
last modified time | relevance | path

Searched refs:IsSameFormat (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Doperands-aarch64.h407 bool IsSameFormat(const VRegister& other) const { in IsSameFormat() function
Dassembler-aarch64.cc2125 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()
/external/vixl/src/aarch32/
Dinstructions-aarch32.h128 bool IsSameFormat(CPURegister reg) { in IsSameFormat() function