Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp246 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
1589 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand() function
6132 if (!Check(S, DecodeSPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrInfo.td617 let DecoderMethod = "DecodeSPRRegListOperand";