Home | History | Annotate | Download | only in a64

Lines Matching full:is32bits

113   bool Is32Bits() const {
199 bool IsW() const { return IsValidRegister() && Is32Bits(); }
211 bool IsS() const { return IsV() && Is32Bits(); }
324 VIXL_ASSERT(!(Is32Bits() && IsVector()));
325 return Is32Bits();
4104 VIXL_ASSERT(vd.Is32Bits() || vd.Is64Bits());