Lines Matching refs:Address
39 ArrayRef<uint8_t> Bytes, uint64_t Address,
71 uint64_t Address, in DecodeGPRRegisterClass() argument
96 uint64_t Address, in DecodeFPR32RegisterClass() argument
110 uint64_t Address, in DecodeFPR32CRegisterClass() argument
132 uint64_t Address, in DecodeFPR64RegisterClass() argument
146 uint64_t Address, in DecodeFPR64CRegisterClass() argument
157 uint64_t Address, in DecodeGPRNoX0RegisterClass() argument
163 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0RegisterClass()
167 uint64_t Address, in DecodeGPRNoX0X2RegisterClass() argument
173 return DecodeGPRNoX0RegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0X2RegisterClass()
177 uint64_t Address, in DecodeGPRCRegisterClass() argument
189 static void addImplySP(MCInst &Inst, int64_t Address, const void *Decoder) { in addImplySP() argument
197 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
200 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
201 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
207 int64_t Address, const void *Decoder) { in decodeUImmOperand() argument
209 addImplySP(Inst, Address, Decoder); in decodeUImmOperand()
216 int64_t Address, in decodeUImmNonZeroOperand() argument
220 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand()
225 int64_t Address, const void *Decoder) { in decodeSImmOperand() argument
227 addImplySP(Inst, Address, Decoder); in decodeSImmOperand()
235 int64_t Address, in decodeSImmNonZeroOperand() argument
239 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand()
244 int64_t Address, in decodeSImmOperandAndLsl1() argument
255 int64_t Address, in decodeCLUIImmOperand() argument
266 int64_t Address, in decodeFRMArg() argument
280 uint64_t Address, in getInstruction() argument
296 Result = decodeInstruction(DecoderTable32, MI, Insn, Address, this, STI); in getInstruction()
309 Result = decodeInstruction(DecoderTableRISCV32Only_16, MI, Insn, Address, in getInstruction()
319 Result = decodeInstruction(DecoderTable16, MI, Insn, Address, this, STI); in getInstruction()