Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc1377 GetPrintRegLaneCount(format), lane); in PrintVRead()
1385 DCHECK_EQ(GetPrintRegLaneCount(format), 1U); in PrintWrite()
1405 int lane_count = GetPrintRegLaneCount(format); in PrintVWrite()
Dsimulator-arm64.h1146 unsigned GetPrintRegLaneCount(PrintRegisterFormat format) { in GetPrintRegLaneCount() function
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc976 GetPrintRegLaneCount(format), in PrintVRead()
990 VIXL_ASSERT(GetPrintRegLaneCount(format) == 1); in PrintWrite()
1017 int lane_count = GetPrintRegLaneCount(format); in PrintVWrite()
Dsimulator-aarch64.h1381 unsigned GetPrintRegLaneCount(PrintRegisterFormat format) {