Lines Matching refs:Address

31                               ArrayRef<uint8_t> Bytes, uint64_t Address,
60 uint64_t Address, in DecodeGR32BitRegisterClass() argument
66 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
72 uint64_t Address, in DecodeGR64BitRegisterClass() argument
78 uint64_t Address, in DecodeGR128BitRegisterClass() argument
84 uint64_t Address, in DecodeADDR64BitRegisterClass() argument
90 uint64_t Address, in DecodeFP32BitRegisterClass() argument
96 uint64_t Address, in DecodeFP64BitRegisterClass() argument
102 uint64_t Address, in DecodeFP128BitRegisterClass() argument
122 uint64_t Address, in decodeAccessRegOperand() argument
128 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand() argument
133 uint64_t Address, const void *Decoder) { in decodeU6ImmOperand() argument
138 uint64_t Address, const void *Decoder) { in decodeU8ImmOperand() argument
143 uint64_t Address, const void *Decoder) { in decodeU16ImmOperand() argument
148 uint64_t Address, const void *Decoder) { in decodeU32ImmOperand() argument
153 uint64_t Address, const void *Decoder) { in decodeS8ImmOperand() argument
158 uint64_t Address, const void *Decoder) { in decodeS16ImmOperand() argument
163 uint64_t Address, const void *Decoder) { in decodeS32ImmOperand() argument
169 uint64_t Address) { in decodePCDBLOperand() argument
171 Inst.addOperand(MCOperand::CreateImm(SignExtend64<N>(Imm) * 2 + Address)); in decodePCDBLOperand()
176 uint64_t Address, in decodePC16DBLOperand() argument
178 return decodePCDBLOperand<16>(Inst, Imm, Address); in decodePC16DBLOperand()
182 uint64_t Address, in decodePC32DBLOperand() argument
184 return decodePCDBLOperand<32>(Inst, Imm, Address); in decodePC32DBLOperand()
244 uint64_t Address, in decodeBDAddr32Disp12Operand() argument
250 uint64_t Address, in decodeBDAddr32Disp20Operand() argument
256 uint64_t Address, in decodeBDAddr64Disp12Operand() argument
262 uint64_t Address, in decodeBDAddr64Disp20Operand() argument
268 uint64_t Address, in decodeBDXAddr64Disp12Operand() argument
274 uint64_t Address, in decodeBDXAddr64Disp20Operand() argument
281 uint64_t Address, in decodeBDLAddr64Disp12Len8Operand() argument
290 uint64_t Address, in getInstruction() argument
320 return decodeInstruction(Table, MI, Inst, Address, this, STI); in getInstruction()