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

  /external/v8/src/arm64/
instructions-arm64.cc 631 SetFormatMaps(IntegerFormatMap());
637 SetFormatMaps(format);
644 SetFormatMaps(format0, format1);
652 SetFormatMaps(format0, format1, format2);
655 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0,
  /external/vixl/src/aarch64/
instructions-aarch64.h 595 SetFormatMaps(IntegerFormatMap());
599 SetFormatMaps(format);
605 SetFormatMaps(format0, format1);
612 SetFormatMaps(format0, format1, format2);
616 void SetFormatMaps(const NEONFormatMap* format0,

Completed in 66 milliseconds