Lines Matching defs:Address
128 uint64_t Address, in DecodeI32RegisterClass()
138 uint64_t Address, in DecodeI64RegisterClass()
148 uint64_t Address, in DecodeF32RegisterClass()
158 uint64_t Address, in DecodeF128RegisterClass()
168 uint64_t Address, in DecodeV64RegisterClass()
182 uint64_t Address, in DecodeVMRegisterClass()
192 uint64_t Address, in DecodeVM512RegisterClass()
202 uint64_t Address, in DecodeMISCRegisterClass()
259 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
283 uint64_t Address, in getInstruction()
307 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeASX()
340 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeAS()
362 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMem()
386 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMemAS()
410 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI32()
416 uint64_t Address, const void *Decoder) { in DecodeStoreI32()
420 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI64()
426 uint64_t Address, const void *Decoder) { in DecodeStoreI64()
430 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadF32()
436 uint64_t Address, const void *Decoder) { in DecodeStoreF32()
441 uint64_t Address, const void *Decoder) { in DecodeLoadASI64()
447 uint64_t Address, const void *Decoder) { in DecodeStoreASI64()
452 static DecodeStatus DecodeCAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCAS()
490 static DecodeStatus DecodeTS1AMI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI64()
496 static DecodeStatus DecodeTS1AMI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI32()
502 static DecodeStatus DecodeCASI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI64()
508 static DecodeStatus DecodeCASI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI32()
514 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeCall()
519 static DecodeStatus DecodeSIMM7(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM7()
526 static DecodeStatus DecodeSIMM32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM32()
570 static DecodeStatus DecodeCCOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeCCOperand()
577 static DecodeStatus DecodeRDOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeRDOperand()
585 uint64_t Address, in DecodeBranchCondition()
609 uint64_t Address, in DecodeBranchConditionAlways()