Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrVFP.td2846 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<false>";
2854 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<true>";
2865 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<true>";
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp655 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Insn,
6665 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Val, in DecodeVSTRVLDR_SYSREG() function