Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrNEON.td605 let DecoderMethod = "DecodeVLDST1Instruction";
613 let DecoderMethod = "DecodeVLDST1Instruction";
634 let DecoderMethod = "DecodeVLDST1Instruction";
641 let DecoderMethod = "DecodeVLDST1Instruction";
651 let DecoderMethod = "DecodeVLDST1Instruction";
678 let DecoderMethod = "DecodeVLDST1Instruction";
741 let DecoderMethod = "DecodeVLDST1Instruction";
1707 let DecoderMethod = "DecodeVLDST1Instruction";
1714 let DecoderMethod = "DecodeVLDST1Instruction";
1782 let DecoderMethod = "DecodeVLDST1Instruction";
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp359 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
3235 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction() function