Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc702 DCHECK_LT(GetNEONFormat(format_map), arraysize(vform)); in GetVectorFormat()
703 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
708 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
711 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
714 NEONFormat NEONFormatDecoder::GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function in v8::internal::NEONFormatDecoder
Dinstructions-arm64.h767 NEONFormat GetNEONFormat(const NEONFormatMap* format_map);
/external/vixl/src/aarch64/
Dinstructions-aarch64.h678 VIXL_ASSERT(GetNEONFormat(format_map) < ArrayLength(vform)); in GetVectorFormat()
679 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
805 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
808 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
813 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function