Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrNEON.td672 let DecoderMethod = "DecodeVLDST1Instruction";
680 let DecoderMethod = "DecodeVLDST1Instruction";
701 let DecoderMethod = "DecodeVLDST1Instruction";
708 let DecoderMethod = "DecodeVLDST1Instruction";
718 let DecoderMethod = "DecodeVLDST1Instruction";
725 let DecoderMethod = "DecodeVLDST1Instruction";
745 let DecoderMethod = "DecodeVLDST1Instruction";
754 let DecoderMethod = "DecodeVLDST1Instruction";
761 let DecoderMethod = "DecodeVLDST1Instruction";
786 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp233 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
2550 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function