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, 3474 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8() 3592 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT() 3706 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function 3807 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 184 let DecoderMethod = "DecodeT2AddrModeImm8"; 195 let DecoderMethod = "DecodeT2AddrModeImm8"; 205 let DecoderMethod = "DecodeT2AddrModeImm8";
|