Home
last modified time | relevance | path

Searched refs:DecodeVLDST1Instruction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMInstrNEON.td677 let DecoderMethod = "DecodeVLDST1Instruction";
685 let DecoderMethod = "DecodeVLDST1Instruction";
706 let DecoderMethod = "DecodeVLDST1Instruction";
713 let DecoderMethod = "DecodeVLDST1Instruction";
723 let DecoderMethod = "DecodeVLDST1Instruction";
730 let DecoderMethod = "DecodeVLDST1Instruction";
750 let DecoderMethod = "DecodeVLDST1Instruction";
759 let DecoderMethod = "DecodeVLDST1Instruction";
766 let DecoderMethod = "DecodeVLDST1Instruction";
791 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp233 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2563 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function