Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp275 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
1782 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() function
6458 if (!Check(S, DecodeSPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td628 let DecoderMethod = "DecodeSPRRegListOperand";