Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp283 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
2546 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() function
4811 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeLDRPreImm()
4863 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeSTRPreImm()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrInfo.td973 let DecoderMethod = "DecodeAddrModeImm12Operand";