Lines Matching refs:Decoder

89                                         const void *Decoder = nullptr);
94 const void *Decoder = nullptr);
98 uint64_t Address, const void *Decoder);
123 const void *Decoder) { in DecodeGPR32RegisterClass() argument
136 const void *Decoder) { in DecodeGBR32ShortRegister() argument
141 return DecodeGPR32RegisterClass(Inst, RegNo, Address, Decoder); in DecodeGBR32ShortRegister()
170 uint64_t Value, const void *Decoder) { in DecodeSymbolicOperand() argument
173 auto Disassembler = static_cast<const MCDisassembler *>(Decoder); in DecodeSymbolicOperand()
180 uint64_t Offset, const void *Decoder) { in DecodeSymbolicOperandOff() argument
183 if (!DecodeSymbolicOperand(Inst, Address, nextAddress, Decoder)) in DecodeSymbolicOperandOff()
189 uint64_t Address, const void *Decoder) { in DecodeBranchTargetS() argument
192 DecodeSymbolicOperandOff(Inst, Address, SignExtend32<B>(InsnS), Decoder); in DecodeBranchTargetS()
221 const void *Decoder) { in DecodeStLImmInstruction() argument
229 DecodeGPR32RegisterClass(Inst, SrcC, Address, Decoder); in DecodeStLImmInstruction()
238 const void *Decoder) { in DecodeLdLImmInstruction() argument
247 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction()
256 const void *Decoder) { in DecodeLdRLImmInstruction() argument
260 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction()
262 DecodeGPR32RegisterClass(Inst, SrcB, Address, Decoder); in DecodeLdRLImmInstruction()
273 const void *Decoder) { in DecodeMoveHRegInstruction() argument
281 auto DecodeRegisterOrImm = [&Inst, Address, Decoder](Field RegNum, in DecodeMoveHRegInstruction()
288 return DecodeGPR32RegisterClass(Inst, RegNum, Address, Decoder); in DecodeMoveHRegInstruction()