Lines Matching refs:Address
51 uint64_t Address, const void *Decoder);
54 uint64_t Address, const void *Decoder);
57 uint64_t Address, const void *Decoder);
60 uint64_t Address, const void *Decoder);
62 static DecodeStatus decodeBranch(MCInst &Inst, unsigned Insn, uint64_t Address,
66 uint64_t Address,
70 uint64_t Address, const void *Decoder);
74 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
132 uint64_t Address, in getInstruction() argument
137 DecodeStatus Result = readInstruction32(Bytes, Address, Size, Insn); in getInstruction()
144 decodeInstruction(DecoderTableLanai32, Instr, Insn, Address, this, STI); in getInstruction()
164 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() argument
174 uint64_t Address, const void *Decoder) { in decodeRiMemoryValue() argument
186 uint64_t Address, const void *Decoder) { in decodeRrMemoryValue() argument
198 uint64_t Address, const void *Decoder) { in decodeSplsValue() argument
210 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
214 return Dis->tryAddingSymbolicOperand(MI, Value, Address, IsBranch, Offset, in tryAddingSymbolicOperand()
218 static DecodeStatus decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, in decodeBranch() argument
220 if (!tryAddingSymbolicOperand(Insn + Address, false, Address, 2, 23, MI, in decodeBranch()
227 uint64_t Address, const void *Decoder) { in decodeShiftImm() argument
235 uint64_t Address, in decodePredicateOperand() argument