Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp340 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
4445 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn, in DecodePostIdxReg() function
5858 if (!Check(S, DecodePostIdxReg(Inst, Rm, Address, Decoder))) in DecodeLDR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1156 let DecoderMethod = "DecodePostIdxReg";