Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.h585 VIXL_ASSERT(GetNEONFormat(format_map) < (sizeof(vform) / sizeof(vform[0]))); in GetVectorFormat()
586 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
700 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
703 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
708 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function