Home
last modified time | relevance | path

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

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