HomeSort by relevance Sort by last modified time
    Searched defs:GetVectorFormat (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm64/
instructions-arm64.cc 692 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) {
693 return GetVectorFormat(formats_[format_index]);
696 VectorFormat NEONFormatDecoder::GetVectorFormat(
  /external/vixl/src/aarch64/
instructions-aarch64.h 660 VectorFormat GetVectorFormat(int format_index = 0) {
661 return GetVectorFormat(formats_[format_index]);
664 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) {

Completed in 1682 milliseconds