Home
last modified time | relevance | path

Searched refs:GetMsizeInBytesLog2 (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h1061 int GetMsizeInBytesLog2() const { in GetMsizeInBytesLog2() function in vixl::aarch64::LogicSVEAddressVector
1066 return GetMsizeInBytesLog2() + kBitsPerByteLog2; in GetMsizeInBitsLog2()
1069 int GetMsizeInBytes() const { return 1 << GetMsizeInBytesLog2(); } in GetMsizeInBytes()
H A Dlogic-aarch64.cc7246 int msize_in_bytes_log2 = addr.GetMsizeInBytesLog2();
7307 int msize_in_bytes_log2 = addr.GetMsizeInBytesLog2();

Completed in 16 milliseconds