Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp271 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
1784 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() function
6460 if (!Check(S, DecodeSPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td640 let DecoderMethod = "DecodeSPRRegListOperand";