Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp335 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
4420 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn, in DecodePostIdxReg() function
5831 if (!Check(S, DecodePostIdxReg(Inst, Rm, Address, Decoder))) in DecodeLDR()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrInfo.td1032 let DecoderMethod = "DecodePostIdxReg";