Searched defs:GetVectorFormat (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/vixl/a64/
H A Dinstructions-a64.h575 VectorFormat GetVectorFormat(int format_index = 0) { function in class:vixl::NEONFormatDecoder
576 return GetVectorFormat(formats_[format_index]);
579 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { function in class:vixl::NEONFormatDecoder

Completed in 109 milliseconds