Lines Matching refs:Address

40                               ArrayRef<uint8_t> Bytes, uint64_t Address,
154 uint64_t Address, in DecodeIntRegsRegisterClass() argument
165 uint64_t Address, in DecodeI64RegsRegisterClass() argument
177 uint64_t Address, in DecodeFPRegsRegisterClass() argument
189 uint64_t Address, in DecodeDFPRegsRegisterClass() argument
201 uint64_t Address, in DecodeQFPRegsRegisterClass() argument
215 uint64_t Address, in DecodeCPRegsRegisterClass() argument
225 uint64_t Address, in DecodeFCCRegsRegisterClass() argument
234 uint64_t Address, in DecodeASRRegsRegisterClass() argument
243 uint64_t Address, in DecodePRRegsRegisterClass() argument
252 uint64_t Address, const void *Decoder) { in DecodeIntPairRegisterClass() argument
267 uint64_t Address, const void *Decoder) { in DecodeCPPairRegisterClass() argument
276 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
278 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
280 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
282 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
284 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
286 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address,
288 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address,
291 uint64_t Address, const void *Decoder);
293 uint64_t Address, const void *Decoder);
295 uint64_t Address, const void *Decoder);
297 uint64_t Address, const void *Decoder);
299 uint64_t Address, const void *Decoder);
301 uint64_t Address, const void *Decoder);
303 uint64_t Address, const void *Decoder);
305 uint64_t Address, const void *Decoder);
307 uint64_t Address, const void *Decoder);
308 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
310 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
312 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
314 static DecodeStatus DecodeTRAP(MCInst &Inst, unsigned insn, uint64_t Address,
320 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
340 uint64_t Address, in getInstruction() argument
346 readInstruction32(Bytes, Address, Size, Insn, isLittleEndian); in getInstruction()
354 Result = decodeInstruction(DecoderTableSparcV932, Instr, Insn, Address, this, STI); in getInstruction()
358 Result = decodeInstruction(DecoderTableSparcV832, Instr, Insn, Address, this, STI); in getInstruction()
364 decodeInstruction(DecoderTableSparc32, Instr, Insn, Address, this, STI); in getInstruction()
375 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
378 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem() argument
395 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
401 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeMem()
409 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeMem()
418 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
425 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() argument
427 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadInt()
431 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadIntPair() argument
433 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadIntPair()
437 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() argument
439 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadFP()
443 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP() argument
445 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadDFP()
449 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP() argument
451 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadQFP()
455 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP() argument
457 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCP()
461 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCPPair() argument
463 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCPPair()
468 uint64_t Address, const void *Decoder) { in DecodeStoreInt() argument
469 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreInt()
474 uint64_t Address, const void *Decoder) { in DecodeStoreIntPair() argument
475 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreIntPair()
479 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP() argument
481 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreFP()
486 uint64_t Address, const void *Decoder) { in DecodeStoreDFP() argument
487 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreDFP()
492 uint64_t Address, const void *Decoder) { in DecodeStoreQFP() argument
493 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreQFP()
498 uint64_t Address, const void *Decoder) { in DecodeStoreCP() argument
499 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreCP()
504 uint64_t Address, const void *Decoder) { in DecodeStoreCPPair() argument
505 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreCPPair()
510 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
514 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand()
519 uint64_t Address, const void *Decoder) { in DecodeCall() argument
522 if (!tryAddingSymbolicOperand(tgt+Address, false, Address, in DecodeCall()
529 uint64_t Address, const void *Decoder) { in DecodeSIMM13() argument
535 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL() argument
549 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
554 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeJMPL()
562 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeJMPL()
569 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn() argument
582 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
590 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeReturn()
597 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP() argument
613 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
618 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeSWAP()
626 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeSWAP()
637 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeTRAP() argument
651 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()
659 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder); in DecodeTRAP()