Home
last modified time | relevance | path

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

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