Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.h1409 unsigned GetPrintRegLaneSizeInBytes(PrintRegisterFormat format) {
1454 if ((GetPrintRegLaneSizeInBytes(format) == kHRegSizeInBytes) ||
1455 (GetPrintRegLaneSizeInBytes(format) == kSRegSizeInBytes) ||
1456 (GetPrintRegLaneSizeInBytes(format) == kDRegSizeInBytes)) {
Dsimulator-aarch64.cc985 GetPrintRegLaneSizeInBytes(format), in PrintVRead()
1028 int lane_size = GetPrintRegLaneSizeInBytes(format); in PrintVWrite()
/external/v8/src/execution/arm64/
Dsimulator-arm64.h1242 unsigned GetPrintRegLaneSizeInBytes(PrintRegisterFormat format) { in GetPrintRegLaneSizeInBytes() function
1304 if ((GetPrintRegLaneSizeInBytes(format) == kSRegSize) || in GetPrintRegisterFormatTryFP()
1305 (GetPrintRegLaneSizeInBytes(format) == kDRegSize)) { in GetPrintRegisterFormatTryFP()
Dsimulator-arm64.cc1433 PrintVRegisterFPHelper(reg_code, GetPrintRegLaneSizeInBytes(format), in PrintVRead()
1463 int lane_size = GetPrintRegLaneSizeInBytes(format); in PrintVWrite()