Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dsimulator-a64.h1051 unsigned GetPrintRegLaneSizeInBytes(PrintRegisterFormat format) { in GetPrintRegLaneSizeInBytes() function
1090 if ((GetPrintRegLaneSizeInBytes(format) == kSRegSizeInBytes) || in GetPrintRegisterFormatTryFP()
1091 (GetPrintRegLaneSizeInBytes(format) == kDRegSizeInBytes)) { in GetPrintRegisterFormatTryFP()
Dsimulator-a64.cc751 PrintVRegisterFPHelper(reg_code, GetPrintRegLaneSizeInBytes(format), in PrintVRead()
786 int lane_size = GetPrintRegLaneSizeInBytes(format); in PrintVWrite()