Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp345 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/
DARMInstrThumb2.td1057 let DecoderMethod = "DecodeT2LoadLabel";
1698 let DecoderMethod = "DecodeT2LoadLabel";