Lines Matching refs:Address

38                               ArrayRef<uint8_t> Bytes, uint64_t Address,
147 uint64_t Address, in DecodeIntRegsRegisterClass() argument
158 uint64_t Address, in DecodeI64RegsRegisterClass() argument
170 uint64_t Address, in DecodeFPRegsRegisterClass() argument
182 uint64_t Address, in DecodeDFPRegsRegisterClass() argument
194 uint64_t Address, in DecodeQFPRegsRegisterClass() argument
208 uint64_t Address, in DecodeCPRegsRegisterClass() argument
218 uint64_t Address, in DecodeFCCRegsRegisterClass() argument
227 uint64_t Address, in DecodeASRRegsRegisterClass() argument
236 uint64_t Address, in DecodePRRegsRegisterClass() argument
245 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() argument
260 uint64_t Address, const void *Decoder) { in DecodeCPPairRegisterClass() argument
269 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
271 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
273 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
275 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
277 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
279 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address,
281 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address,
284 uint64_t Address, const void *Decoder);
286 uint64_t Address, const void *Decoder);
288 uint64_t Address, const void *Decoder);
290 uint64_t Address, const void *Decoder);
292 uint64_t Address, const void *Decoder);
294 uint64_t Address, const void *Decoder);
296 uint64_t Address, const void *Decoder);
298 uint64_t Address, const void *Decoder);
300 uint64_t Address, const void *Decoder);
301 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
303 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
305 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
307 static DecodeStatus DecodeTRAP(MCInst &Inst, unsigned insn, uint64_t Address,
313 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
333 uint64_t Address, in getInstruction() argument
338 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian); in getInstruction()
346 Result = decodeInstruction(DecoderTableSparcV932, Instr, Insn, Address, this, STI); in getInstruction()
350 Result = decodeInstruction(DecoderTableSparcV832, Instr, Insn, Address, this, STI); in getInstruction()
356 decodeInstruction(DecoderTableSparc32, Instr, Insn, Address, this, STI); in getInstruction()
367 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
370 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem() argument
387 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
393 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
401 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
410 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
417 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() argument
419 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadInt()
423 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair() argument
425 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadIntPair()
429 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() argument
431 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadFP()
435 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP() argument
437 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadDFP()
441 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP() argument
443 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadQFP()
447 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP() argument
449 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCP()
453 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair() argument
455 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCPPair()
460 uint64_t Address, const void *Decoder) { in DecodeStoreInt() argument
461 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreInt()
466 uint64_t Address, const void *Decoder) { in DecodeStoreIntPair() argument
467 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreIntPair()
471 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP() argument
473 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreFP()
478 uint64_t Address, const void *Decoder) { in DecodeStoreDFP() argument
479 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreDFP()
484 uint64_t Address, const void *Decoder) { in DecodeStoreQFP() argument
485 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreQFP()
490 uint64_t Address, const void *Decoder) { in DecodeStoreCP() argument
491 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreCP()
496 uint64_t Address, const void *Decoder) { in DecodeStoreCPPair() argument
497 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreCPPair()
502 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
506 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
511 uint64_t Address, const void *Decoder) { in DecodeCall() argument
514 if (!tryAddingSymbolicOperand(tgt+Address, false, Address, in DecodeCall()
521 uint64_t Address, const void *Decoder) { in DecodeSIMM13() argument
527 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL() argument
541 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
546 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
554 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
561 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn() argument
574 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
582 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
589 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() argument
605 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
610 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
618 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
629 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeTRAP() argument
643 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()
651 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeTRAP()