Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp338 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
2814 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() function
5157 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeLDRPreImm()
5211 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeSTRPreImm()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td1103 let DecoderMethod = "DecodeAddrModeImm12Operand";