Lines Matching refs:DecodeStatus

27 typedef MCDisassembler::DecodeStatus DecodeStatus;  typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
127 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI32RegisterClass()
137 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegisterClass()
147 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF32RegisterClass()
157 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF128RegisterClass()
167 static DecodeStatus DecodeV64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeV64RegisterClass()
181 static DecodeStatus DecodeVMRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVMRegisterClass()
191 static DecodeStatus DecodeVM512RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVM512RegisterClass()
201 static DecodeStatus DecodeMISCRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMISCRegisterClass()
213 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address,
215 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address,
217 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn,
219 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address,
221 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
223 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address,
225 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn,
227 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn,
229 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn,
231 static DecodeStatus DecodeTS1AMI64(MCInst &Inst, uint64_t insn,
233 static DecodeStatus DecodeTS1AMI32(MCInst &Inst, uint64_t insn,
235 static DecodeStatus DecodeCASI64(MCInst &Inst, uint64_t insn, uint64_t Address,
237 static DecodeStatus DecodeCASI32(MCInst &Inst, uint64_t insn, uint64_t Address,
239 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
241 static DecodeStatus DecodeSIMM7(MCInst &Inst, uint64_t insn, uint64_t Address,
243 static DecodeStatus DecodeSIMM32(MCInst &Inst, uint64_t insn, uint64_t Address,
245 static DecodeStatus DecodeCCOperand(MCInst &Inst, uint64_t insn,
247 static DecodeStatus DecodeRDOperand(MCInst &Inst, uint64_t insn,
249 static DecodeStatus DecodeBranchCondition(MCInst &Inst, uint64_t insn,
252 static DecodeStatus DecodeBranchConditionAlways(MCInst &Inst, uint64_t insn,
259 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
281 DecodeStatus VEDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
287 DecodeStatus Result = in getInstruction()
304 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned RegNo, uint64_t Address,
307 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeASX()
314 DecodeStatus status; in DecodeASX()
340 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeAS()
345 DecodeStatus status; in DecodeAS()
362 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMem()
367 DecodeStatus status; in DecodeMem()
386 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMemAS()
391 DecodeStatus status; in DecodeMemAS()
410 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI32()
415 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn, in DecodeStoreI32()
420 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI64()
425 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn, in DecodeStoreI64()
430 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadF32()
435 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn, in DecodeStoreF32()
440 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn, in DecodeLoadASI64()
446 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn, in DecodeStoreASI64()
452 static DecodeStatus DecodeCAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCAS()
460 DecodeStatus status; 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()
584 static DecodeStatus DecodeBranchCondition(MCInst &MI, uint64_t insn, in DecodeBranchCondition()
595 DecodeStatus status; in DecodeBranchCondition()
608 static DecodeStatus DecodeBranchConditionAlways(MCInst &MI, uint64_t insn, in DecodeBranchConditionAlways()