Searched refs:GetNEONFormat (Results 1 – 1 of 1) sorted by relevance
585 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