• Home
  • Raw
  • Download

Lines Matching defs:Address

154                                                uint64_t Address,  in DecodeIntRegsRegisterClass()
165 uint64_t Address, in DecodeI64RegsRegisterClass()
177 uint64_t Address, in DecodeFPRegsRegisterClass()
189 uint64_t Address, in DecodeDFPRegsRegisterClass()
201 uint64_t Address, in DecodeQFPRegsRegisterClass()
215 uint64_t Address, in DecodeCPRegsRegisterClass()
225 uint64_t Address, in DecodeFCCRegsRegisterClass()
234 uint64_t Address, in DecodeASRRegsRegisterClass()
243 uint64_t Address, in DecodePRRegsRegisterClass()
252 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass()
267 uint64_t Address, const void *Decoder) { in DecodeCPPairRegisterClass()
320 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
340 uint64_t Address, in getInstruction()
378 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
425 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
431 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair()
437 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
443 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
449 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
455 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP()
461 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair()
468 uint64_t Address, const void *Decoder) { in DecodeStoreInt()
474 uint64_t Address, const void *Decoder) { in DecodeStoreIntPair()
479 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
486 uint64_t Address, const void *Decoder) { in DecodeStoreDFP()
492 uint64_t Address, const void *Decoder) { in DecodeStoreQFP()
498 uint64_t Address, const void *Decoder) { in DecodeStoreCP()
504 uint64_t Address, const void *Decoder) { in DecodeStoreCPPair()
510 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
519 uint64_t Address, const void *Decoder) { in DecodeCall()
529 uint64_t Address, const void *Decoder) { in DecodeSIMM13()
535 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL()
569 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn()
597 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP()
637 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeTRAP()