Lines Matching refs:GetSizeInBits
95 int GetSizeInBits() const { in GetSizeInBits() function
100 return GetSizeInBits(); in size()
103 return GetSizeInBits(); in SizeInBits()
245 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()) { in Register()
284 VIXL_ASSERT(other.GetSizeInBits() == size_in_bits); in FixedSizeRegister()
288 : Register(other.GetCode(), other.GetSizeInBits()) { in FixedSizeRegister()
290 VIXL_ASSERT(other.GetSizeInBits() == size_in_bits); in FixedSizeRegister()
295 return Register::IsValid() && (GetSizeInBits() == size_in_bits); in IsValid()
309 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()), in VRegister()
557 size_(reg1.GetSizeInBits()),
614 VIXL_ASSERT(other.GetSizeInBits() == size_); in Combine()
620 VIXL_ASSERT(other.GetSizeInBits() == size_); in Remove()
981 size_t GetSizeInBits() const { return GetSizeInBytes() * kBitsPerByte; } in GetSizeInBits() function