Lines Matching full:address

36                               ArrayRef<uint8_t> Bytes, uint64_t Address,
61 /// @param Address - The starting address of the instruction
67 /// immediate in the instruction using the Address, Offset and Width. If that
75 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
78 return Decoder->tryAddingSymbolicOperand(MI, Value, Address, IsBranch, Offset, in tryAddingSymbolicOperand()
98 uint64_t Address, in DecodeGR32BitRegisterClass() argument
104 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
110 uint64_t Address, in DecodeGR64BitRegisterClass() argument
116 uint64_t Address, in DecodeGR128BitRegisterClass() argument
122 DecodeADDR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR32BitRegisterClass() argument
128 DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR64BitRegisterClass() argument
134 uint64_t Address, in DecodeFP32BitRegisterClass() argument
140 uint64_t Address, in DecodeFP64BitRegisterClass() argument
146 uint64_t Address, in DecodeFP128BitRegisterClass() argument
152 uint64_t Address, in DecodeVR32BitRegisterClass() argument
158 uint64_t Address, in DecodeVR64BitRegisterClass() argument
164 uint64_t Address, in DecodeVR128BitRegisterClass() argument
170 uint64_t Address, in DecodeAR32BitRegisterClass() argument
176 uint64_t Address, in DecodeCR64BitRegisterClass() argument
198 uint64_t Address, in decodeU1ImmOperand() argument
204 uint64_t Address, in decodeU2ImmOperand() argument
210 uint64_t Address, in decodeU3ImmOperand() argument
216 uint64_t Address, in decodeU4ImmOperand() argument
222 uint64_t Address, in decodeU8ImmOperand() argument
228 uint64_t Address, in decodeU12ImmOperand() argument
234 uint64_t Address, in decodeU16ImmOperand() argument
240 uint64_t Address, in decodeU32ImmOperand() argument
246 uint64_t Address, in decodeS8ImmOperand() argument
252 uint64_t Address, in decodeS16ImmOperand() argument
258 uint64_t Address, in decodeS20ImmOperand() argument
264 uint64_t Address, in decodeS32ImmOperand() argument
271 uint64_t Address, in decodeLenOperand() argument
281 uint64_t Address, bool isBranch, in decodePCDBLOperand() argument
284 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand()
286 if (!tryAddingSymbolicOperand(Value, isBranch, Address, 2, N / 8, in decodePCDBLOperand()
294 uint64_t Address, in decodePC12DBLBranchOperand() argument
296 return decodePCDBLOperand<12>(Inst, Imm, Address, true, Decoder); in decodePC12DBLBranchOperand()
300 uint64_t Address, in decodePC16DBLBranchOperand() argument
302 return decodePCDBLOperand<16>(Inst, Imm, Address, true, Decoder); in decodePC16DBLBranchOperand()
306 uint64_t Address, in decodePC24DBLBranchOperand() argument
308 return decodePCDBLOperand<24>(Inst, Imm, Address, true, Decoder); in decodePC24DBLBranchOperand()
312 uint64_t Address, in decodePC32DBLBranchOperand() argument
314 return decodePCDBLOperand<32>(Inst, Imm, Address, true, Decoder); in decodePC32DBLBranchOperand()
318 uint64_t Address, in decodePC32DBLOperand() argument
320 return decodePCDBLOperand<32>(Inst, Imm, Address, false, Decoder); in decodePC32DBLOperand()
327 uint64_t Address, in getInstruction() argument
358 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()