• Home
  • Raw
  • Download

Lines Matching refs:Address

40                               ArrayRef<uint8_t> Bytes, uint64_t Address,
135 uint64_t Address, in DecodeIntRegsRegisterClass() argument
146 uint64_t Address, in DecodeI64RegsRegisterClass() argument
158 uint64_t Address, in DecodeFPRegsRegisterClass() argument
170 uint64_t Address, in DecodeDFPRegsRegisterClass() argument
182 uint64_t Address, in DecodeQFPRegsRegisterClass() argument
195 uint64_t Address, in DecodeFCCRegsRegisterClass() argument
204 uint64_t Address, in DecodeASRRegsRegisterClass() argument
213 uint64_t Address, in DecodePRRegsRegisterClass() argument
222 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() argument
236 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
238 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
240 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
242 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
244 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
247 uint64_t Address, const void *Decoder);
249 uint64_t Address, const void *Decoder);
251 uint64_t Address, const void *Decoder);
253 uint64_t Address, const void *Decoder);
255 uint64_t Address, const void *Decoder);
257 uint64_t Address, const void *Decoder);
259 uint64_t Address, const void *Decoder);
260 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
262 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
264 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
290 uint64_t Address, in getInstruction() argument
296 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian); in getInstruction()
302 decodeInstruction(DecoderTableSparc32, Instr, Insn, Address, this, STI); in getInstruction()
313 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
316 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem() argument
333 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
339 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
347 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
356 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
363 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() argument
365 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadInt()
369 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair() argument
371 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadIntPair()
375 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() argument
377 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadFP()
381 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP() argument
383 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadDFP()
387 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP() argument
389 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadQFP()
394 uint64_t Address, const void *Decoder) { in DecodeStoreInt() argument
395 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreInt()
400 uint64_t Address, const void *Decoder) { in DecodeStoreIntPair() argument
401 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreIntPair()
405 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP() argument
407 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreFP()
412 uint64_t Address, const void *Decoder) { in DecodeStoreDFP() argument
413 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreDFP()
418 uint64_t Address, const void *Decoder) { in DecodeStoreQFP() argument
419 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreQFP()
424 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
428 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
433 uint64_t Address, const void *Decoder) { in DecodeCall() argument
436 if (!tryAddingSymbolicOperand(tgt+Address, false, Address, in DecodeCall()
443 uint64_t Address, const void *Decoder) { in DecodeSIMM13() argument
449 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL() argument
463 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
468 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
476 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
483 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn() argument
496 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
504 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
511 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() argument
527 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
532 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
540 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()