Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc393 DCHECK_LT(GetNEONFormat(format_map), arraysize(vform)); in GetVectorFormat()
394 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
399 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
402 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
405 NEONFormat NEONFormatDecoder::GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function in v8::internal::NEONFormatDecoder
H A Dinstructions-arm64.h729 NEONFormat GetNEONFormat(const NEONFormatMap* format_map);
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h925 VIXL_ASSERT(GetNEONFormat(format_map) < ArrayLength(vform)); in GetVectorFormat()
926 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
1079 return NEONFormatAsString(GetNEONFormat(formats_[index])); in GetSubstitute()
1082 return NEONFormatAsPlaceholder(GetNEONFormat(formats_[index])); in GetSubstitute()
1087 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() function in vixl::aarch64::NEONFormatDecoder

Completed in 5 milliseconds