Lines Matching refs:GetSizeInBits
95 int GetSizeInBits() const { in GetSizeInBits() function
100 return GetSizeInBits(); in size()
103 return GetSizeInBits(); in SizeInBits()
241 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()) { in Register()
280 VIXL_ASSERT(other.GetSizeInBits() == size_in_bits); in FixedSizeRegister()
284 : Register(other.GetCode(), other.GetSizeInBits()) { in FixedSizeRegister()
286 VIXL_ASSERT(other.GetSizeInBits() == size_in_bits); in FixedSizeRegister()
291 return Register::IsValid() && (GetSizeInBits() == size_in_bits); in IsValid()
305 : CPURegister(other.GetCode(), other.GetSizeInBits(), other.GetType()), in VRegister()
525 size_(reg1.GetSizeInBits()),
582 VIXL_ASSERT(other.GetSizeInBits() == size_); in Combine()
588 VIXL_ASSERT(other.GetSizeInBits() == size_); in Remove()
949 size_t GetSizeInBits() const { return GetSizeInBytes() * kBitsPerByte; } in GetSizeInBits() function