Searched refs:GetNEONFormat (Results 1 – 1 of 1) sorted by relevance
672 VIXL_ASSERT(GetNEONFormat(format_map) < (sizeof(vform) / sizeof(vform[0]))); in GetVectorFormat()673 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()785 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()788 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()793 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function