Lines Matching defs:Address
42 ArrayRef<uint8_t> Bytes, uint64_t Address,
49 ArrayRef<uint8_t> Bytes, uint64_t Address,
53 ArrayRef<uint8_t> Bytes, uint64_t Address,
56 ArrayRef<uint8_t> Bytes, uint64_t Address,
76 uint64_t Address,
89 uint64_t Address,
102 uint64_t Address,
115 uint64_t Address,
126 uint64_t Address,
137 uint64_t Address,
148 uint64_t Address,
159 uint64_t Address,
170 uint64_t Address,
181 uint64_t Address,
187 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
191 DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, uint32_t Address,
197 return DecodeGPRNoX0RegisterClass(Inst, RegNo, Address, Decoder);
201 uint64_t Address,
212 uint64_t Address,
228 uint64_t Address,
239 uint64_t Address,
250 uint64_t Address,
267 uint64_t Address,
284 uint64_t Address,
301 uint64_t Address,
311 uint64_t Address,
324 int64_t Address,
332 int64_t Address,
346 int64_t Address,
350 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder);
354 decodeUImmLog2XLenNonZeroOperand(MCInst &Inst, uint32_t Imm, int64_t Address,
358 return decodeUImmLog2XLenOperand(Inst, Imm, Address, Decoder);
363 int64_t Address,
373 int64_t Address,
377 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder);
382 int64_t Address,
393 int64_t Address,
403 static DecodeStatus decodeFRMArg(MCInst &Inst, uint32_t Imm, int64_t Address,
413 static DecodeStatus decodeRTZArg(MCInst &Inst, uint32_t Imm, int64_t Address,
424 uint64_t Address,
428 uint64_t Address,
432 uint64_t Address,
436 uint64_t Address,
440 uint64_t Address,
444 uint64_t Address,
448 uint64_t Address, const void *Decoder);
450 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address,
454 uint64_t Address, const void *Decoder);
457 uint64_t Address,
463 uint64_t Address,
467 DecodeGPRNoX0RegisterClass(Inst, Rd, Address, Decoder);
475 uint64_t Address,
479 DecodeGPRX1X5RegisterClass(Inst, Rs1, Address, Decoder);
485 uint64_t Address,
491 decodeSImmOperand<6>(Inst, SImm6, Address, Decoder);
497 uint64_t Address,
504 decodeUImmOperand<6>(Inst, UImm6, Address, Decoder);
510 uint64_t Address,
514 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder);
515 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder);
520 uint64_t Address,
524 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder);
526 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder);
531 uint64_t Address,
537 DecodeGPRRegisterClass(Inst, Rd1, Address, Decoder);
538 DecodeGPRRegisterClass(Inst, Rd2, Address, Decoder);
539 DecodeGPRRegisterClass(Inst, Rs1, Address, Decoder);
541 decodeUImmOperand<2>(Inst, UImm2, Address, Decoder);
557 uint64_t Address, const void *Decoder) {
564 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address,
568 DecodeGPRRegisterClass(Inst, Rs1, Address, Decoder);
569 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder);
574 uint64_t Address, const void *Decoder) {
594 decodeInstruction(DECODER_TABLE, MI, Insn, Address, this, STI); \
612 uint64_t Address,
716 "Qualcomm uC Load-Store Address Calculation custom opcode table");
731 uint64_t Address,
752 "Qualcomm uC Load-Store Address Calculation custom 16bit opcode table");
769 uint64_t Address,
790 uint64_t Address,
794 return getInstruction16(MI, Size, Bytes, Address, CS);
799 return getInstruction32(MI, Size, Bytes, Address, CS);
803 return getInstruction48(MI, Size, Bytes, Address, CS);