Lines Matching refs:Address
36 ArrayRef<uint8_t> Bytes, uint64_t Address,
74 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
77 return Decoder->tryAddingSymbolicOperand(MI, Value, Address, isBranch, Offset, in tryAddingSymbolicOperand()
92 uint64_t Address, in DecodeGR32BitRegisterClass() argument
98 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
104 uint64_t Address, in DecodeGR64BitRegisterClass() argument
110 uint64_t Address, in DecodeGR128BitRegisterClass() argument
116 DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR64BitRegisterClass() argument
122 uint64_t Address, in DecodeFP32BitRegisterClass() argument
128 uint64_t Address, in DecodeFP64BitRegisterClass() argument
134 uint64_t Address, in DecodeFP128BitRegisterClass() argument
140 uint64_t Address, in DecodeVR32BitRegisterClass() argument
146 uint64_t Address, in DecodeVR64BitRegisterClass() argument
152 uint64_t Address, in DecodeVR128BitRegisterClass() argument
158 uint64_t Address, in DecodeAR32BitRegisterClass() argument
164 uint64_t Address, in DecodeCR64BitRegisterClass() argument
186 uint64_t Address, in decodeU1ImmOperand() argument
192 uint64_t Address, in decodeU2ImmOperand() argument
198 uint64_t Address, in decodeU3ImmOperand() argument
204 uint64_t Address, in decodeU4ImmOperand() argument
210 uint64_t Address, in decodeU6ImmOperand() argument
216 uint64_t Address, in decodeU8ImmOperand() argument
222 uint64_t Address, in decodeU12ImmOperand() argument
228 uint64_t Address, in decodeU16ImmOperand() argument
234 uint64_t Address, in decodeU32ImmOperand() argument
240 uint64_t Address, in decodeS8ImmOperand() argument
246 uint64_t Address, in decodeS16ImmOperand() argument
252 uint64_t Address, in decodeS32ImmOperand() argument
259 uint64_t Address, bool isBranch, in decodePCDBLOperand() argument
262 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand()
264 if (!tryAddingSymbolicOperand(Value, isBranch, Address, 2, N / 8, in decodePCDBLOperand()
272 uint64_t Address, in decodePC12DBLBranchOperand() argument
274 return decodePCDBLOperand<12>(Inst, Imm, Address, true, Decoder); in decodePC12DBLBranchOperand()
278 uint64_t Address, in decodePC16DBLBranchOperand() argument
280 return decodePCDBLOperand<16>(Inst, Imm, Address, true, Decoder); in decodePC16DBLBranchOperand()
284 uint64_t Address, in decodePC24DBLBranchOperand() argument
286 return decodePCDBLOperand<24>(Inst, Imm, Address, true, Decoder); in decodePC24DBLBranchOperand()
290 uint64_t Address, in decodePC32DBLBranchOperand() argument
292 return decodePCDBLOperand<32>(Inst, Imm, Address, true, Decoder); in decodePC32DBLBranchOperand()
296 uint64_t Address, in decodePC32DBLOperand() argument
298 return decodePCDBLOperand<32>(Inst, Imm, Address, false, Decoder); in decodePC32DBLOperand()
394 uint64_t Address, in decodeBDAddr32Disp12Operand() argument
400 uint64_t Address, in decodeBDAddr32Disp20Operand() argument
406 uint64_t Address, in decodeBDAddr64Disp12Operand() argument
412 uint64_t Address, in decodeBDAddr64Disp20Operand() argument
418 decodeBDXAddr64Disp12Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDXAddr64Disp12Operand() argument
424 decodeBDXAddr64Disp20Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDXAddr64Disp20Operand() argument
430 decodeBDLAddr64Disp12Len4Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDLAddr64Disp12Len4Operand() argument
436 decodeBDLAddr64Disp12Len8Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDLAddr64Disp12Len8Operand() argument
442 decodeBDRAddr64Disp12Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDRAddr64Disp12Operand() argument
448 decodeBDVAddr64Disp12Operand(MCInst &Inst, uint64_t Field, uint64_t Address, in decodeBDVAddr64Disp12Operand() argument
457 uint64_t Address, in getInstruction() argument
488 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()