Lines Matching refs:Address

36                               ArrayRef<uint8_t> Bytes, uint64_t Address,
74 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
78 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
93 uint64_t Address, in DecodeGR32BitRegisterClass() argument
99 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
105 uint64_t Address, in DecodeGR64BitRegisterClass() argument
111 uint64_t Address, in DecodeGR128BitRegisterClass() argument
117 uint64_t Address, in DecodeADDR64BitRegisterClass() argument
123 uint64_t Address, in DecodeFP32BitRegisterClass() argument
129 uint64_t Address, in DecodeFP64BitRegisterClass() argument
135 uint64_t Address, in DecodeFP128BitRegisterClass() argument
141 uint64_t Address, in DecodeVR32BitRegisterClass() argument
147 uint64_t Address, in DecodeVR64BitRegisterClass() argument
153 uint64_t Address, in DecodeVR128BitRegisterClass() argument
159 uint64_t Address, in DecodeAR32BitRegisterClass() argument
165 uint64_t Address, in DecodeCR64BitRegisterClass() argument
187 uint64_t Address, const void *Decoder) { in decodeU1ImmOperand() argument
192 uint64_t Address, const void *Decoder) { in decodeU2ImmOperand() argument
197 uint64_t Address, const void *Decoder) { in decodeU3ImmOperand() argument
202 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand() argument
207 uint64_t Address, const void *Decoder) { in decodeU6ImmOperand() argument
212 uint64_t Address, const void *Decoder) { in decodeU8ImmOperand() argument
217 uint64_t Address, const void *Decoder) { in decodeU12ImmOperand() argument
222 uint64_t Address, const void *Decoder) { in decodeU16ImmOperand() argument
227 uint64_t Address, const void *Decoder) { in decodeU32ImmOperand() argument
232 uint64_t Address, const void *Decoder) { in decodeS8ImmOperand() argument
237 uint64_t Address, const void *Decoder) { in decodeS16ImmOperand() argument
242 uint64_t Address, const void *Decoder) { in decodeS32ImmOperand() argument
248 uint64_t Address, in decodePCDBLOperand() argument
252 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand()
254 if (!tryAddingSymbolicOperand(Value, isBranch, Address, 2, N / 8, in decodePCDBLOperand()
262 uint64_t Address, in decodePC12DBLBranchOperand() argument
264 return decodePCDBLOperand<12>(Inst, Imm, Address, true, Decoder); in decodePC12DBLBranchOperand()
268 uint64_t Address, in decodePC16DBLBranchOperand() argument
270 return decodePCDBLOperand<16>(Inst, Imm, Address, true, Decoder); in decodePC16DBLBranchOperand()
274 uint64_t Address, in decodePC24DBLBranchOperand() argument
276 return decodePCDBLOperand<24>(Inst, Imm, Address, true, Decoder); in decodePC24DBLBranchOperand()
280 uint64_t Address, in decodePC32DBLBranchOperand() argument
282 return decodePCDBLOperand<32>(Inst, Imm, Address, true, Decoder); in decodePC32DBLBranchOperand()
286 uint64_t Address, in decodePC32DBLOperand() argument
288 return decodePCDBLOperand<32>(Inst, Imm, Address, false, Decoder); in decodePC32DBLOperand()
384 uint64_t Address, in decodeBDAddr32Disp12Operand() argument
390 uint64_t Address, in decodeBDAddr32Disp20Operand() argument
396 uint64_t Address, in decodeBDAddr64Disp12Operand() argument
402 uint64_t Address, in decodeBDAddr64Disp20Operand() argument
408 uint64_t Address, in decodeBDXAddr64Disp12Operand() argument
414 uint64_t Address, in decodeBDXAddr64Disp20Operand() argument
421 uint64_t Address, in decodeBDLAddr64Disp12Len4Operand() argument
428 uint64_t Address, in decodeBDLAddr64Disp12Len8Operand() argument
435 uint64_t Address, in decodeBDRAddr64Disp12Operand() argument
441 uint64_t Address, in decodeBDVAddr64Disp12Operand() argument
450 uint64_t Address, in getInstruction() argument
481 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()