Searched refs:DecodeT2AddrModeImm8s4 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 349 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, 3654 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8s4() function 4957 if (!Check(S, DecodeT2AddrModeImm8s4(Inst, addr, Address, Decoder))) in DecodeT2LDRDPreInstruction() 4992 if (!Check(S, DecodeT2AddrModeImm8s4(Inst, addr, Address, Decoder))) in DecodeT2STRDPreInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 232 let DecoderMethod = "DecodeT2AddrModeImm8s4";
|