Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrNEON.td805 let DecoderMethod = "DecodeVLDST2Instruction";
835 let DecoderMethod = "DecodeVLDST2Instruction";
842 let DecoderMethod = "DecodeVLDST2Instruction";
1915 let DecoderMethod = "DecodeVLDST2Instruction";
1945 let DecoderMethod = "DecodeVLDST2Instruction";
1952 let DecoderMethod = "DecodeVLDST2Instruction";
1962 let DecoderMethod = "DecodeVLDST2Instruction";
1970 let DecoderMethod = "DecodeVLDST2Instruction";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp362 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
3249 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction() function