Lines Matching refs:Address
39 ArrayRef<uint8_t> Bytes, uint64_t Address,
128 uint64_t Address, in DecodeI32RegisterClass() argument
138 uint64_t Address, in DecodeI64RegisterClass() argument
148 uint64_t Address, in DecodeF32RegisterClass() argument
158 uint64_t Address, in DecodeF128RegisterClass() argument
168 uint64_t Address, in DecodeV64RegisterClass() argument
182 uint64_t Address, in DecodeVMRegisterClass() argument
192 uint64_t Address, in DecodeVM512RegisterClass() argument
202 uint64_t Address, in DecodeMISCRegisterClass() argument
213 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address,
215 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address,
218 uint64_t Address,
220 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address,
223 uint64_t Address,
225 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address,
228 uint64_t Address,
231 uint64_t Address,
234 uint64_t Address,
237 uint64_t Address,
240 uint64_t Address,
242 static DecodeStatus DecodeCASI64(MCInst &Inst, uint64_t insn, uint64_t Address,
244 static DecodeStatus DecodeCASI32(MCInst &Inst, uint64_t insn, uint64_t Address,
246 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
248 static DecodeStatus DecodeSIMM7(MCInst &Inst, uint64_t insn, uint64_t Address,
250 static DecodeStatus DecodeSIMM32(MCInst &Inst, uint64_t insn, uint64_t Address,
253 uint64_t Address,
256 uint64_t Address,
259 uint64_t Address,
262 uint64_t Address,
268 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() argument
292 uint64_t Address, in getInstruction() argument
297 readInstruction64(Bytes, Address, Size, Insn, isLittleEndian); in getInstruction()
303 Result = decodeInstruction(DecoderTableVE64, Instr, Insn, Address, this, STI); in getInstruction()
313 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned RegNo, uint64_t Address,
316 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeASX() argument
327 status = DecodeI64RegisterClass(MI, sz, Address, Decoder); in DecodeASX()
336 status = DecodeI64RegisterClass(MI, sy, Address, Decoder); in DecodeASX()
349 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeAS() argument
358 status = DecodeI64RegisterClass(MI, sz, Address, Decoder); in DecodeAS()
371 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMem() argument
378 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem()
383 status = DecodeASX(MI, insn, Address, Decoder); in DecodeMem()
388 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem()
395 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMemAS() argument
402 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS()
407 status = DecodeAS(MI, insn, Address, Decoder); in DecodeMemAS()
412 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS()
419 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI32() argument
421 return DecodeMem(Inst, insn, Address, Decoder, true, DecodeI32RegisterClass); in DecodeLoadI32()
425 uint64_t Address, in DecodeStoreI32() argument
427 return DecodeMem(Inst, insn, Address, Decoder, false, DecodeI32RegisterClass); in DecodeStoreI32()
430 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI64() argument
432 return DecodeMem(Inst, insn, Address, Decoder, true, DecodeI64RegisterClass); in DecodeLoadI64()
436 uint64_t Address, in DecodeStoreI64() argument
438 return DecodeMem(Inst, insn, Address, Decoder, false, DecodeI64RegisterClass); in DecodeStoreI64()
441 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadF32() argument
443 return DecodeMem(Inst, insn, Address, Decoder, true, DecodeF32RegisterClass); in DecodeLoadF32()
447 uint64_t Address, in DecodeStoreF32() argument
449 return DecodeMem(Inst, insn, Address, Decoder, false, DecodeF32RegisterClass); in DecodeStoreF32()
453 uint64_t Address, in DecodeLoadASI64() argument
455 return DecodeMemAS(Inst, insn, Address, Decoder, true, in DecodeLoadASI64()
460 uint64_t Address, in DecodeStoreASI64() argument
462 return DecodeMemAS(Inst, insn, Address, Decoder, false, in DecodeStoreASI64()
466 static DecodeStatus DecodeCAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCAS() argument
475 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS()
480 status = DecodeAS(MI, insn, Address, Decoder); in DecodeCAS()
486 status = DecodeSX(MI, sy, Address, Decoder); in DecodeCAS()
497 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS()
504 static DecodeStatus DecodeTS1AMI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI64() argument
506 return DecodeCAS(MI, insn, Address, Decoder, false, true, in DecodeTS1AMI64()
510 static DecodeStatus DecodeTS1AMI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI32() argument
512 return DecodeCAS(MI, insn, Address, Decoder, false, true, in DecodeTS1AMI32()
516 static DecodeStatus DecodeCASI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI64() argument
518 return DecodeCAS(MI, insn, Address, Decoder, false, false, in DecodeCASI64()
522 static DecodeStatus DecodeCASI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI32() argument
524 return DecodeCAS(MI, insn, Address, Decoder, false, false, in DecodeCASI32()
528 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeCall() argument
530 return DecodeMem(Inst, insn, Address, Decoder, true, DecodeI64RegisterClass); in DecodeCall()
533 static DecodeStatus DecodeSIMM7(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM7() argument
540 static DecodeStatus DecodeSIMM32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM32() argument
584 static DecodeStatus DecodeCCOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeCCOperand() argument
591 static DecodeStatus DecodeRDOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeRDOperand() argument
599 uint64_t Address, in DecodeBranchCondition() argument
611 status = DecodeI64RegisterClass(MI, sy, Address, Decoder); in DecodeBranchCondition()
619 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchCondition()
623 uint64_t Address, in DecodeBranchConditionAlways() argument
626 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchConditionAlways()