Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp529 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
4107 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift()
4195 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8()
4277 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12()
4345 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT()
4355 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function
4636 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td1261 let DecoderMethod = "DecodeT2LoadLabel";
1944 let DecoderMethod = "DecodeT2LoadLabel";