Lines Matching refs:Address

31                               ArrayRef<uint8_t> Bytes, uint64_t Address,
69 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
73 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
88 uint64_t Address, in DecodeGR32BitRegisterClass() argument
94 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
100 uint64_t Address, in DecodeGR64BitRegisterClass() argument
106 uint64_t Address, in DecodeGR128BitRegisterClass() argument
112 uint64_t Address, in DecodeADDR64BitRegisterClass() argument
118 uint64_t Address, in DecodeFP32BitRegisterClass() argument
124 uint64_t Address, in DecodeFP64BitRegisterClass() argument
130 uint64_t Address, in DecodeFP128BitRegisterClass() argument
136 uint64_t Address, in DecodeVR32BitRegisterClass() argument
142 uint64_t Address, in DecodeVR64BitRegisterClass() argument
148 uint64_t Address, in DecodeVR128BitRegisterClass() argument
170 uint64_t Address, in decodeAccessRegOperand() argument
176 uint64_t Address, const void *Decoder) { in decodeU1ImmOperand() argument
181 uint64_t Address, const void *Decoder) { in decodeU2ImmOperand() argument
186 uint64_t Address, const void *Decoder) { in decodeU3ImmOperand() argument
191 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand() argument
196 uint64_t Address, const void *Decoder) { in decodeU6ImmOperand() argument
201 uint64_t Address, const void *Decoder) { in decodeU8ImmOperand() argument
206 uint64_t Address, const void *Decoder) { in decodeU12ImmOperand() argument
211 uint64_t Address, const void *Decoder) { in decodeU16ImmOperand() argument
216 uint64_t Address, const void *Decoder) { in decodeU32ImmOperand() argument
221 uint64_t Address, const void *Decoder) { in decodeS8ImmOperand() argument
226 uint64_t Address, const void *Decoder) { in decodeS16ImmOperand() argument
231 uint64_t Address, const void *Decoder) { in decodeS32ImmOperand() argument
237 uint64_t Address, in decodePCDBLOperand() argument
241 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand()
243 if (!tryAddingSymbolicOperand(Value, isBranch, Address, 2, N / 8, in decodePCDBLOperand()
251 uint64_t Address, in decodePC16DBLBranchOperand() argument
253 return decodePCDBLOperand<16>(Inst, Imm, Address, true, Decoder); in decodePC16DBLBranchOperand()
257 uint64_t Address, in decodePC32DBLBranchOperand() argument
259 return decodePCDBLOperand<32>(Inst, Imm, Address, true, Decoder); in decodePC32DBLBranchOperand()
263 uint64_t Address, in decodePC32DBLOperand() argument
265 return decodePCDBLOperand<32>(Inst, Imm, Address, false, Decoder); in decodePC32DBLOperand()
337 uint64_t Address, in decodeBDAddr32Disp12Operand() argument
343 uint64_t Address, in decodeBDAddr32Disp20Operand() argument
349 uint64_t Address, in decodeBDAddr64Disp12Operand() argument
355 uint64_t Address, in decodeBDAddr64Disp20Operand() argument
361 uint64_t Address, in decodeBDXAddr64Disp12Operand() argument
367 uint64_t Address, in decodeBDXAddr64Disp20Operand() argument
374 uint64_t Address, in decodeBDLAddr64Disp12Len8Operand() argument
380 uint64_t Address, in decodeBDVAddr64Disp12Operand() argument
389 uint64_t Address, in getInstruction() argument
419 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()