Home
last modified time | relevance | path

Searched refs:GetMsizeInBytes (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dlogic-aarch64.cc7226 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEStructuredStoreHelper()
7287 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEStructuredLoadHelper()
7419 int msize_in_bytes = addr.GetMsizeInBytes(); in SVEFaultTolerantLoadHelper()
7635 return base_ + (lane * GetRegCount()) * GetMsizeInBytes(); in GetStructAddress()
Dsimulator-aarch64.h861 int GetMsizeInBytes() const { return 1 << GetMsizeInBytesLog2(); } in GetMsizeInBytes() function
879 return GetStructAddress(lane) + (reg * GetMsizeInBytes()); in GetElementAddress()