Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMInstrNEON.td828 let DecoderMethod = "DecodeVLDST2Instruction";
858 let DecoderMethod = "DecodeVLDST2Instruction";
865 let DecoderMethod = "DecodeVLDST2Instruction";
1815 let DecoderMethod = "DecodeVLDST2Instruction";
1845 let DecoderMethod = "DecodeVLDST2Instruction";
1852 let DecoderMethod = "DecodeVLDST2Instruction";
1862 let DecoderMethod = "DecodeVLDST2Instruction";
1870 let DecoderMethod = "DecodeVLDST2Instruction";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp235 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
2563 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function