Searched refs:DecodeT2AddrModeImm8 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 355 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, 3463 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8() 3582 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT() 3697 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function 3798 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 186 let DecoderMethod = "DecodeT2AddrModeImm8"; 197 let DecoderMethod = "DecodeT2AddrModeImm8"; 207 let DecoderMethod = "DecodeT2AddrModeImm8";
|