Lines Matching defs:Address
147 uint64_t Address, in DecodeIntRegsRegisterClass()
158 uint64_t Address, in DecodeI64RegsRegisterClass()
170 uint64_t Address, in DecodeFPRegsRegisterClass()
182 uint64_t Address, in DecodeDFPRegsRegisterClass()
194 uint64_t Address, in DecodeQFPRegsRegisterClass()
208 uint64_t Address, in DecodeCPRegsRegisterClass()
218 uint64_t Address, in DecodeFCCRegsRegisterClass()
227 uint64_t Address, in DecodeASRRegsRegisterClass()
236 uint64_t Address, in DecodePRRegsRegisterClass()
245 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass()
260 uint64_t Address, const void *Decoder) { in DecodeCPPairRegisterClass()
313 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
333 uint64_t Address, in getInstruction()
370 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
417 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
423 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair()
429 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
435 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
441 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
447 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP()
453 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair()
460 uint64_t Address, const void *Decoder) { in DecodeStoreInt()
466 uint64_t Address, const void *Decoder) { in DecodeStoreIntPair()
471 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
478 uint64_t Address, const void *Decoder) { in DecodeStoreDFP()
484 uint64_t Address, const void *Decoder) { in DecodeStoreQFP()
490 uint64_t Address, const void *Decoder) { in DecodeStoreCP()
496 uint64_t Address, const void *Decoder) { in DecodeStoreCPPair()
502 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
511 uint64_t Address, const void *Decoder) { in DecodeCall()
521 uint64_t Address, const void *Decoder) { in DecodeSIMM13()
527 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL()
561 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn()
589 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP()
629 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeTRAP()