Searched refs:DecodeT2LoadLabel (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 525 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, 4106 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift() 4194 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8() 4276 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12() 4344 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT() 4354 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function 4635 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 1261 let DecoderMethod = "DecodeT2LoadLabel"; 1944 let DecoderMethod = "DecodeT2LoadLabel";
|