Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td805 let DecoderMethod = "DecodeVLDST2Instruction";
835 let DecoderMethod = "DecodeVLDST2Instruction";
842 let DecoderMethod = "DecodeVLDST2Instruction";
1929 let DecoderMethod = "DecodeVLDST2Instruction";
1959 let DecoderMethod = "DecodeVLDST2Instruction";
1966 let DecoderMethod = "DecodeVLDST2Instruction";
1976 let DecoderMethod = "DecodeVLDST2Instruction";
1984 let DecoderMethod = "DecodeVLDST2Instruction";
/src/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp358 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
3251 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function