Lines Matching refs:Address
46 ArrayRef<uint8_t> Bytes, uint64_t Address,
68 uint64_t Address, in DecodeARRegisterClass() argument
81 uint64_t Address, in DecodeSRRegisterClass() argument
98 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
102 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, Offset, /*OpSize=*/0, in tryAddingSymbolicOperand()
107 int64_t Address, const void *Decoder) { in decodeCallOperand() argument
114 int64_t Address, const void *Decoder) { in decodeJumpOperand() argument
121 int64_t Address, const void *Decoder) { in decodeBranchOperand() argument
128 if (!tryAddingSymbolicOperand(SignExtend64<12>(Imm) + 4 + Address, true, in decodeBranchOperand()
129 Address, 0, 3, Inst, Decoder)) in decodeBranchOperand()
134 if (!tryAddingSymbolicOperand(SignExtend64<8>(Imm) + 4 + Address, true, in decodeBranchOperand()
135 Address, 0, 3, Inst, Decoder)) in decodeBranchOperand()
142 int64_t Address, const void *Decoder) { in decodeL32ROperand() argument
146 SignExtend64<17>((Imm << 2) + 0x40000 + (Address & 0x3)))); in decodeL32ROperand()
151 int64_t Address, const void *Decoder) { in decodeImm8Operand() argument
158 int64_t Address, in decodeImm8_sh8Operand() argument
166 int64_t Address, const void *Decoder) { in decodeImm12Operand() argument
173 int64_t Address, const void *Decoder) { in decodeUimm4Operand() argument
180 int64_t Address, const void *Decoder) { in decodeUimm5Operand() argument
187 int64_t Address, const void *Decoder) { in decodeImm1_16Operand() argument
194 int64_t Address, in decodeShimm1_31Operand() argument
204 int64_t Address, const void *Decoder) { in decodeB4constOperand() argument
214 int64_t Address, in decodeB4constuOperand() argument
223 int64_t Address, const void *Decoder) { in decodeMem8Operand() argument
225 DecodeARRegisterClass(Inst, Imm & 0xf, Address, Decoder); in decodeMem8Operand()
231 int64_t Address, const void *Decoder) { in decodeMem16Operand() argument
233 DecodeARRegisterClass(Inst, Imm & 0xf, Address, Decoder); in decodeMem16Operand()
239 int64_t Address, const void *Decoder) { in decodeMem32Operand() argument
241 DecodeARRegisterClass(Inst, Imm & 0xf, Address, Decoder); in decodeMem32Operand()
247 static DecodeStatus readInstruction24(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction24() argument
270 uint64_t Address, in getInstruction() argument
275 Result = readInstruction24(Bytes, Address, Size, Insn, IsLittleEndian); in getInstruction()
279 Result = decodeInstruction(DecoderTable24, MI, Insn, Address, this, STI); in getInstruction()