Lines Matching refs:Decoder
88 const void *Decoder = nullptr);
93 const void *Decoder = nullptr);
97 uint64_t Address, const void *Decoder);
125 const void *Decoder) { in DecodeGPR32RegisterClass() argument
138 const void *Decoder) { in DecodeGBR32ShortRegister() argument
143 return DecodeGPR32RegisterClass(Inst, RegNo, Address, Decoder); in DecodeGBR32ShortRegister()
172 uint64_t Value, const void *Decoder) { in DecodeSymbolicOperand() argument
175 auto Disassembler = static_cast<const MCDisassembler *>(Decoder); in DecodeSymbolicOperand()
182 uint64_t Offset, const void *Decoder) { in DecodeSymbolicOperandOff() argument
185 if (!DecodeSymbolicOperand(Inst, Address, NextAddress, Decoder)) in DecodeSymbolicOperandOff()
191 uint64_t Address, const void *Decoder) { in DecodeBranchTargetS() argument
194 DecodeSymbolicOperandOff(Inst, Address, SignExtend32<B>(InsnS), Decoder); in DecodeBranchTargetS()
223 const void *Decoder) { in DecodeStLImmInstruction() argument
231 DecodeGPR32RegisterClass(Inst, SrcC, Address, Decoder); in DecodeStLImmInstruction()
240 const void *Decoder) { in DecodeLdLImmInstruction() argument
249 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction()
258 const void *Decoder) { in DecodeLdRLImmInstruction() argument
262 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction()
264 DecodeGPR32RegisterClass(Inst, SrcB, Address, Decoder); in DecodeLdRLImmInstruction()
275 const void *Decoder) { in DecodeMoveHRegInstruction() argument
283 auto DecodeRegisterOrImm = [&Inst, Address, Decoder](Field RegNum, in DecodeMoveHRegInstruction()
290 return DecodeGPR32RegisterClass(Inst, RegNum, Address, Decoder); in DecodeMoveHRegInstruction()
301 const void *Decoder) { in DecodeCCRU6Instruction() argument
305 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeCCRU6Instruction()