Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.h1076 enum PrintRegisterFormat { enum
1126 unsigned GetPrintRegLaneSizeInBytesLog2(PrintRegisterFormat format) { in GetPrintRegLaneSizeInBytesLog2()
1130 unsigned GetPrintRegLaneSizeInBytes(PrintRegisterFormat format) { in GetPrintRegLaneSizeInBytes()
1134 unsigned GetPrintRegSizeInBytesLog2(PrintRegisterFormat format) { in GetPrintRegSizeInBytesLog2()
1142 unsigned GetPrintRegSizeInBytes(PrintRegisterFormat format) { in GetPrintRegSizeInBytes()
1146 unsigned GetPrintRegLaneCount(PrintRegisterFormat format) { in GetPrintRegLaneCount()
1154 PrintRegisterFormat GetPrintRegisterFormat(T value) { in GetPrintRegisterFormat()
1158 PrintRegisterFormat GetPrintRegisterFormat(double value) { in GetPrintRegisterFormat()
1164 PrintRegisterFormat GetPrintRegisterFormat(float value) { in GetPrintRegisterFormat()
1170 PrintRegisterFormat GetPrintRegisterFormat(VectorFormat vform);
[all …]
Dsimulator-arm64.cc925 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormatForSize( in GetPrintRegisterFormatForSize()
971 return static_cast<PrintRegisterFormat>(format); in GetPrintRegisterFormatForSize()
974 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormat( in GetPrintRegisterFormat()
1007 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormatFP( in GetPrintRegisterFormatFP()
1295 void Simulator::PrintVRegister(unsigned code, PrintRegisterFormat format) { in PrintVRegister()
1358 PrintRegisterFormat format) { in PrintRead()
1370 PrintRegisterFormat format, unsigned lane) { in PrintVRead()
1384 PrintRegisterFormat format) { in PrintWrite()
1396 PrintRegisterFormat format, unsigned lane) { in PrintVWrite()
4499 PrintRegisterFormat format = GetPrintRegisterFormatTryFP( in NEONLoadStoreMultiStructHelper()
[all …]
/external/vixl/src/aarch64/
Dsimulator-aarch64.h1307 enum PrintRegisterFormat {
1361 unsigned GetPrintRegLaneSizeInBytesLog2(PrintRegisterFormat format) {
1365 unsigned GetPrintRegLaneSizeInBytes(PrintRegisterFormat format) {
1369 unsigned GetPrintRegSizeInBytesLog2(PrintRegisterFormat format) {
1377 unsigned GetPrintRegSizeInBytes(PrintRegisterFormat format) {
1381 unsigned GetPrintRegLaneCount(PrintRegisterFormat format) {
1388 PrintRegisterFormat GetPrintRegisterFormatForSize(unsigned reg_size,
1391 PrintRegisterFormat GetPrintRegisterFormatForSize(unsigned size) {
1395 PrintRegisterFormat GetPrintRegisterFormatForSizeFP(unsigned size) {
1409 PrintRegisterFormat GetPrintRegisterFormatTryFP(PrintRegisterFormat format) {
[all …]
Dsimulator-aarch64.cc505 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormatForSize( in GetPrintRegisterFormatForSize()
550 return static_cast<PrintRegisterFormat>(format); in GetPrintRegisterFormatForSize()
554 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormat( in GetPrintRegisterFormat()
589 Simulator::PrintRegisterFormat Simulator::GetPrintRegisterFormatFP( in GetPrintRegisterFormatFP()
878 void Simulator::PrintVRegister(unsigned code, PrintRegisterFormat format) { in PrintVRegister()
950 PrintRegisterFormat format) { in PrintRead()
967 PrintRegisterFormat format, in PrintVRead()
989 PrintRegisterFormat format) { in PrintWrite()
1007 PrintRegisterFormat format, in PrintVWrite()
5108 PrintRegisterFormat format = GetPrintRegisterFormatTryFP( in NEONLoadStoreMultiStructHelper()
[all …]