Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp271 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
1781 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() function
6457 if (!Check(S, DecodeSPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrInfo.td634 let DecoderMethod = "DecodeSPRRegListOperand";