Home
last modified time | relevance | path

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

/external/v8/src/execution/arm64/
Dsimulator-arm64.h1246 unsigned GetPrintRegSizeInBytesLog2(PrintRegisterFormat format) { in GetPrintRegSizeInBytesLog2() function
1255 return 1 << GetPrintRegSizeInBytesLog2(format); in GetPrintRegSizeInBytes()
1259 unsigned reg_size_log2 = GetPrintRegSizeInBytesLog2(format); in GetPrintRegLaneCount()
/external/vixl/src/aarch64/
Dsimulator-aarch64.h1413 unsigned GetPrintRegSizeInBytesLog2(PrintRegisterFormat format) {
1422 return 1 << GetPrintRegSizeInBytesLog2(format);
1426 unsigned reg_size_log2 = GetPrintRegSizeInBytesLog2(format);