Home
last modified time | relevance | path

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

/external/v8/src/execution/arm64/
Dsimulator-arm64.cc1025 format |= kPrintReg1S; in GetPrintRegisterFormatForSize()
1040 static_assert(kPrintWReg == kPrintReg1S, in GetPrintRegisterFormatForSize()
1073 return kPrintReg1S; in GetPrintRegisterFormat()
Dsimulator-arm64.h1225 kPrintReg1S = kPrintRegLaneSizeS | kPrintRegAsScalar, enumerator
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc545 format |= kPrintReg1S; in GetPrintRegisterFormatForSize()
558 VIXL_STATIC_ASSERT(kPrintWReg == kPrintReg1S); in GetPrintRegisterFormatForSize()
592 return kPrintReg1S; in GetPrintRegisterFormat()
Dsimulator-aarch64.h1389 kPrintReg1S = kPrintRegLaneSizeS | kPrintRegAsScalar,