HomeSort by relevance Sort by last modified time
    Searched refs:NEONFormatMap (Results 1 - 7 of 7) sorted by null

  /external/vixl/src/aarch64/
instructions-aarch64.h 578 struct NEONFormatMap {
597 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format) {
602 const NEONFormatMap* format0,
603 const NEONFormatMap* format1) {
608 const NEONFormatMap* format0,
609 const NEONFormatMap* format1,
610 const NEONFormatMap* format2) {
616 void SetFormatMaps(const NEONFormatMap* format0,
617 const NEONFormatMap* format1 = NULL,
618 const NEONFormatMap* format2 = NULL)
    [all...]
disasm-aarch64.cc     [all...]
simulator-aarch64.cc     [all...]
  /external/v8/src/arm64/
instructions-arm64.h 625 struct NEONFormatMap {
641 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format);
642 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0,
643 const NEONFormatMap* format1);
644 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0,
645 const NEONFormatMap* format1, const NEONFormatMap* format2);
648 void SetFormatMaps(const NEONFormatMap* format0,
649 const NEONFormatMap* format1 = nullptr,
650 const NEONFormatMap* format2 = nullptr)
    [all...]
instructions-arm64.cc 635 const NEONFormatMap* format) {
641 const NEONFormatMap* format0,
642 const NEONFormatMap* format1) {
648 const NEONFormatMap* format0,
649 const NEONFormatMap* format1,
650 const NEONFormatMap* format2) {
655 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0,
656 const NEONFormatMap* format1,
657 const NEONFormatMap* format2) {
665 const NEONFormatMap* format)
    [all...]
disasm-arm64.cc     [all...]
simulator-arm64.cc     [all...]

Completed in 90 milliseconds