Home
last modified time | relevance | path

Searched refs:NEONFormatAsString (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/codegen/arm64/
Dinstructions-arm64.cc399 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
409 const char* NEONFormatDecoder::NEONFormatAsString(NEONFormat format) { in NEONFormatAsString() function in v8::internal::NEONFormatDecoder
Dinstructions-arm64.h732 static const char* NEONFormatAsString(NEONFormat format);
/external/vixl/src/aarch64/
Dinstructions-aarch64.h867 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
880 static const char* NEONFormatAsString(NEONFormat format) { in NEONFormatAsString() function