Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp221 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
2174 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand() function
4225 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeLDRPreImm()
4278 if (!Check(S, DecodeAddrModeImm12Operand(Inst, imm, Address, Decoder))) in DecodeSTRPreImm()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td803 let DecoderMethod = "DecodeAddrModeImm12Operand";