Searched refs:DecodeT2LoadLabel (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 345 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, 3342 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift() 3428 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8() 3509 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12() 3577 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT() 3587 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function 3782 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1057 let DecoderMethod = "DecodeT2LoadLabel"; 1698 let DecoderMethod = "DecodeT2LoadLabel";
|