Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc711 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
726 const char* NEONFormatDecoder::NEONFormatAsPlaceholder(NEONFormat format) { in NEONFormatAsPlaceholder() function in v8::internal::NEONFormatDecoder
Dinstructions-arm64.h773 static const char* NEONFormatAsPlaceholder(NEONFormat format);
/external/vixl/src/aarch64/
Dinstructions-aarch64.h808 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
831 static const char* NEONFormatAsPlaceholder(NEONFormat format) { in NEONFormatAsPlaceholder() function