Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp367 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
3543 if (!Check(S, DecodeT2AddrModeImm12(Inst, imm, Address, Decoder))) in DecodeT2LoadImm12()
3804 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td157 let DecoderMethod = "DecodeT2AddrModeImm12";