Lines Matching full:address
74 ArrayRef<uint8_t> Bytes, uint64_t Address,
83 uint64_t Address,
87 uint64_t Address,
91 uint64_t Address,
95 DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address,
99 DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address,
103 uint64_t Address,
107 uint64_t Address,
111 uint64_t Address,
115 uint64_t Address,
119 uint64_t Address,
123 uint64_t Address,
127 uint64_t Address,
131 uint64_t Address,
135 uint64_t Address,
139 uint64_t Address,
143 uint64_t Address,
147 uint64_t Address,
151 uint64_t Address,
155 uint64_t Address,
159 uint64_t Address,
163 uint64_t Address,
167 uint64_t Address,
171 uint64_t Address,
175 uint64_t Address,
179 uint64_t Address,
183 uint64_t Address,
187 uint64_t Address,
191 uint64_t Address,
195 uint64_t Address,
199 uint64_t Address,
203 uint64_t Address,
209 uint64_t Address,
215 uint64_t Address,
221 uint64_t Address,
227 uint64_t Address,
233 uint64_t Address,
239 uint64_t Address,
242 static DecodeStatus DecodeMem(MCInst &Inst, unsigned Insn, uint64_t Address,
245 static DecodeStatus DecodeMemEVA(MCInst &Inst, unsigned Insn, uint64_t Address,
249 uint64_t Address,
252 static DecodeStatus DecodeCacheOp(MCInst &Inst, unsigned Insn, uint64_t Address,
256 uint64_t Address,
260 uint64_t Address,
264 uint64_t Address,
267 static DecodeStatus DecodeSyncI(MCInst &Inst, unsigned Insn, uint64_t Address,
271 uint64_t Address,
274 static DecodeStatus DecodeSynciR6(MCInst &Inst, unsigned Insn, uint64_t Address,
278 uint64_t Address,
282 uint64_t Address,
286 uint64_t Address,
290 uint64_t Address,
294 uint64_t Address,
298 uint64_t Address,
302 uint64_t Address,
306 uint64_t Address,
309 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn, uint64_t Address,
313 uint64_t Address,
316 static DecodeStatus DecodeFMem2(MCInst &Inst, unsigned Insn, uint64_t Address,
319 static DecodeStatus DecodeFMem3(MCInst &Inst, unsigned Insn, uint64_t Address,
323 uint64_t Address,
327 uint64_t Address,
331 uint64_t Address,
335 uint64_t Address,
339 uint64_t Address,
343 uint64_t Address,
348 uint64_t Address,
353 uint64_t Address, in DecodeUImmWithOffset() argument
355 return DecodeUImmWithOffsetAndScale<Bits, Offset, 1>(Inst, Value, Address, in DecodeUImmWithOffset()
361 uint64_t Address,
364 static DecodeStatus DecodeInsSize(MCInst &Inst, unsigned Insn, uint64_t Address,
368 uint64_t Address,
372 uint64_t Address,
375 static DecodeStatus DecodeSimm9SP(MCInst &Inst, unsigned Insn, uint64_t Address,
379 uint64_t Address,
383 uint64_t Address,
389 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address,
394 uint64_t Address,
398 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address,
403 uint64_t Address,
408 uint64_t Address,
413 uint64_t Address,
418 uint64_t Address,
423 uint64_t Address,
428 uint64_t Address,
433 uint64_t Address,
438 uint64_t Address,
443 uint64_t Address,
448 uint64_t Address,
453 uint64_t Address,
458 uint64_t Address,
462 static DecodeStatus DecodeDINS(MCInst &MI, InsnType Insn, uint64_t Address,
466 static DecodeStatus DecodeDEXT(MCInst &MI, InsnType Insn, uint64_t Address,
470 static DecodeStatus DecodeCRC(MCInst &MI, InsnType Insn, uint64_t Address,
474 uint64_t Address,
478 uint64_t Address,
482 uint64_t Address,
486 uint64_t Address,
490 uint64_t Address,
527 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF() argument
556 if (RegDecoder(MI, tmp, Address, Decoder) == MCDisassembler::Fail) in DecodeINSVE_DF()
559 if (RegDecoder(MI, tmp, Address, Decoder) == MCDisassembler::Fail) in DecodeINSVE_DF()
566 if (RegDecoder(MI, tmp, Address, Decoder) == MCDisassembler::Fail) in DecodeINSVE_DF()
576 uint64_t Address, in DecodeDAHIDATIMMR6() argument
590 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, in DecodeDAHIDATI() argument
605 uint64_t Address, in DecodeAddiGroupBranch() argument
644 uint64_t Address, in DecodePOP35GroupBranchMMR6() argument
678 uint64_t Address, in DecodeDaddiGroupBranch() argument
717 uint64_t Address, in DecodePOP37GroupBranchMMR6() argument
751 uint64_t Address, in DecodePOP65GroupBranchMMR6() argument
790 uint64_t Address, in DecodePOP75GroupBranchMMR6() argument
829 uint64_t Address, in DecodeBlezlGroupBranch() argument
872 uint64_t Address, in DecodeBgtzlGroupBranch() argument
916 uint64_t Address, in DecodeBgtzGroupBranch() argument
965 uint64_t Address, in DecodeBlezGroupBranch() argument
1008 static DecodeStatus DecodeDEXT(MCInst &MI, InsnType Insn, uint64_t Address, in DecodeDEXT() argument
1050 static DecodeStatus DecodeDINS(MCInst &MI, InsnType Insn, uint64_t Address, in DecodeDINS() argument
1092 static DecodeStatus DecodeCRC(MCInst &MI, InsnType Insn, uint64_t Address, in DecodeCRC() argument
1107 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument
1127 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
1163 uint64_t Address, in getInstruction() argument
1170 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
1180 Address, this, STI); in getInstruction()
1190 Result = decodeInstruction(DecoderTableMicroMips16, Instr, Insn, Address, in getInstruction()
1197 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
1206 Address, this, STI); in getInstruction()
1215 Result = decodeInstruction(DecoderTableMicroMips32, Instr, Insn, Address, in getInstruction()
1225 Address, this, STI); in getInstruction()
1244 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
1254 decodeInstruction(DecoderTableCOP3_32, Instr, Insn, Address, this, STI); in getInstruction()
1263 Address, this, STI); in getInstruction()
1272 Address, this, STI); in getInstruction()
1280 Address, this, STI); in getInstruction()
1289 Address, this, STI); in getInstruction()
1297 Address, this, STI); in getInstruction()
1305 Address, this, STI); in getInstruction()
1313 Address, this, STI); in getInstruction()
1322 Address, this, STI); in getInstruction()
1330 decodeInstruction(DecoderTableMips32, Instr, Insn, Address, this, STI); in getInstruction()
1338 DecodeCPU16RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, in DecodeCPU16RegsRegisterClass() argument
1344 uint64_t Address, in DecodeGPR64RegisterClass() argument
1355 uint64_t Address, in DecodeGPRMM16RegisterClass() argument
1365 DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, in DecodeGPRMM16ZeroRegisterClass() argument
1375 DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, in DecodeGPRMM16MovePRegisterClass() argument
1385 uint64_t Address, in DecodeGPR32RegisterClass() argument
1395 uint64_t Address, in DecodePtrRegisterClass() argument
1398 return DecodeGPR64RegisterClass(Inst, RegNo, Address, Decoder); in DecodePtrRegisterClass()
1400 return DecodeGPR32RegisterClass(Inst, RegNo, Address, Decoder); in DecodePtrRegisterClass()
1404 uint64_t Address, in DecodeDSPRRegisterClass() argument
1406 return DecodeGPR32RegisterClass(Inst, RegNo, Address, Decoder); in DecodeDSPRRegisterClass()
1410 uint64_t Address, in DecodeFGR64RegisterClass() argument
1421 uint64_t Address, in DecodeFGR32RegisterClass() argument
1432 uint64_t Address, in DecodeCCRRegisterClass() argument
1442 uint64_t Address, in DecodeFCCRegisterClass() argument
1452 uint64_t Address, in DecodeFGRCCRegisterClass() argument
1462 static DecodeStatus DecodeMem(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMem() argument
1482 static DecodeStatus DecodeMemEVA(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMemEVA() argument
1502 uint64_t Address, in DecodeLoadByte15() argument
1518 static DecodeStatus DecodeCacheOp(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeCacheOp() argument
1534 uint64_t Address, in DecodeCacheOpMM() argument
1550 uint64_t Address, in DecodePrefeOpMM() argument
1566 uint64_t Address, in DecodeCacheeOp_CacheOpR6() argument
1581 static DecodeStatus DecodeSyncI(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeSyncI() argument
1595 uint64_t Address, in DecodeSyncI_MM() argument
1608 static DecodeStatus DecodeSynciR6(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeSynciR6() argument
1622 uint64_t Address, in DecodeMSA128Mem() argument
1669 uint64_t Address, in DecodeMemMMImm4() argument
1679 if (DecodeGPRMM16RegisterClass(Inst, Reg, Address, Decoder) in DecodeMemMMImm4()
1689 if (DecodeGPRMM16ZeroRegisterClass(Inst, Reg, Address, Decoder) in DecodeMemMMImm4()
1695 if (DecodeGPRMM16RegisterClass(Inst, Base, Address, Decoder) in DecodeMemMMImm4()
1726 uint64_t Address, in DecodeMemMMSPImm5Lsl2() argument
1741 uint64_t Address, in DecodeMemMMGPImm7Lsl2() argument
1756 uint64_t Address, in DecodeMemMMReglistImm4Lsl2() argument
1769 if (DecodeRegListOperand16(Inst, Insn, Address, Decoder) in DecodeMemMMReglistImm4Lsl2()
1780 uint64_t Address, in DecodeMemMMImm9() argument
1800 uint64_t Address, in DecodeMemMMImm12() argument
1812 if (DecodeRegListOperand(Inst, Insn, Address, Decoder) in DecodeMemMMImm12()
1834 uint64_t Address, in DecodeMemMMImm16() argument
1850 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeFMem() argument
1867 uint64_t Address, in DecodeFMemMMR2() argument
1885 static DecodeStatus DecodeFMem2(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeFMem2() argument
1901 static DecodeStatus DecodeFMem3(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeFMem3() argument
1918 uint64_t Address, in DecodeFMemCop2R6() argument
1935 uint64_t Address, in DecodeFMemCop2MMR6() argument
1952 uint64_t Address, in DecodeSpecial3LlSc() argument
1973 uint64_t Address, in DecodeHWRegsRegisterClass() argument
1983 uint64_t Address, in DecodeAFGR64RegisterClass() argument
1994 uint64_t Address, in DecodeACC64DSPRegisterClass() argument
2005 uint64_t Address, in DecodeHI32DSPRegisterClass() argument
2016 uint64_t Address, in DecodeLO32DSPRegisterClass() argument
2027 uint64_t Address, in DecodeMSA128BRegisterClass() argument
2038 uint64_t Address, in DecodeMSA128HRegisterClass() argument
2049 uint64_t Address, in DecodeMSA128WRegisterClass() argument
2060 uint64_t Address, in DecodeMSA128DRegisterClass() argument
2071 uint64_t Address, in DecodeMSACtrlRegisterClass() argument
2082 uint64_t Address, in DecodeCOP0RegisterClass() argument
2093 uint64_t Address, in DecodeCOP2RegisterClass() argument
2104 uint64_t Address, in DecodeBranchTarget() argument
2112 uint64_t Address, in DecodeBranchTarget1SImm16() argument
2120 uint64_t Address, in DecodeJumpTarget() argument
2128 uint64_t Address, in DecodeBranchTarget21() argument
2137 uint64_t Address, in DecodeBranchTarget21MM() argument
2146 uint64_t Address, in DecodeBranchTarget26() argument
2155 uint64_t Address, in DecodeBranchTarget7MM() argument
2163 uint64_t Address, in DecodeBranchTarget10MM() argument
2171 uint64_t Address, in DecodeBranchTargetMM() argument
2179 uint64_t Address, in DecodeBranchTarget26MM() argument
2188 uint64_t Address, in DecodeJumpTargetMM() argument
2196 uint64_t Address, in DecodeJumpTargetXMM() argument
2204 uint64_t Address, in DecodeAddiur2Simm7() argument
2216 uint64_t Address, in DecodeLi16Imm() argument
2226 uint64_t Address, in DecodePOOL16BEncodedField() argument
2234 DecodeUImmWithOffsetAndScale(MCInst &Inst, unsigned Value, uint64_t Address, in DecodeUImmWithOffsetAndScale() argument
2244 DecodeSImmWithOffsetAndScale(MCInst &Inst, unsigned Value, uint64_t Address, in DecodeSImmWithOffsetAndScale() argument
2251 static DecodeStatus DecodeInsSize(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeInsSize() argument
2263 uint64_t Address, in DecodeSimm19Lsl2() argument
2270 uint64_t Address, in DecodeSimm18Lsl3() argument
2276 static DecodeStatus DecodeSimm9SP(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeSimm9SP() argument
2291 uint64_t Address, in DecodeANDI16Imm() argument
2302 uint64_t Address, in DecodeRegListOperand() argument
2330 uint64_t Address, in DecodeRegListOperand16() argument
2354 uint64_t Address, in DecodeMovePOperands() argument
2357 if (DecodeMovePRegPair(Inst, RegPair, Address, Decoder) == in DecodeMovePOperands()
2367 if (DecodeGPRMM16MovePRegisterClass(Inst, RegRs, Address, Decoder) == in DecodeMovePOperands()
2372 if (DecodeGPRMM16MovePRegisterClass(Inst, RegRt, Address, Decoder) == in DecodeMovePOperands()
2380 uint64_t Address, in DecodeMovePRegPair() argument
2423 uint64_t Address, in DecodeSimm23Lsl2() argument
2431 uint64_t Address, in DecodeBgtzGroupBranchMMR6() argument
2480 uint64_t Address, in DecodeBlezGroupBranchMMR6() argument
2525 uint64_t Address, in DecodeFIXMEInstruction() argument