Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp358 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
3396 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift()
3483 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8()
3564 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12()
3632 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT()
3642 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function
3836 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td1067 let DecoderMethod = "DecodeT2LoadLabel";
1702 let DecoderMethod = "DecodeT2LoadLabel";