Lines Matching refs:DecodeStatus
28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
129 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI32RegisterClass()
139 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegisterClass()
149 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF32RegisterClass()
159 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF128RegisterClass()
169 static DecodeStatus DecodeV64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeV64RegisterClass()
183 static DecodeStatus DecodeVMRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVMRegisterClass()
193 static DecodeStatus DecodeVM512RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVM512RegisterClass()
203 static DecodeStatus DecodeMISCRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMISCRegisterClass()
215 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address,
217 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address,
219 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn,
222 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address,
224 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
227 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address,
229 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn,
232 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn,
235 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn,
238 static DecodeStatus DecodeTS1AMI64(MCInst &Inst, uint64_t insn,
241 static DecodeStatus DecodeTS1AMI32(MCInst &Inst, uint64_t insn,
244 static DecodeStatus DecodeCASI64(MCInst &Inst, uint64_t insn, uint64_t Address,
246 static DecodeStatus DecodeCASI32(MCInst &Inst, uint64_t insn, uint64_t Address,
248 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address,
250 static DecodeStatus DecodeSIMM7(MCInst &Inst, uint64_t insn, uint64_t Address,
252 static DecodeStatus DecodeSIMM32(MCInst &Inst, uint64_t insn, uint64_t Address,
254 static DecodeStatus DecodeCCOperand(MCInst &Inst, uint64_t insn,
257 static DecodeStatus DecodeRDOperand(MCInst &Inst, uint64_t insn,
260 static DecodeStatus DecodeBranchCondition(MCInst &Inst, uint64_t insn,
263 static DecodeStatus DecodeBranchConditionAlways(MCInst &Inst, uint64_t insn,
270 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
292 DecodeStatus VEDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
298 DecodeStatus Result = in getInstruction()
315 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned RegNo, uint64_t Address,
318 static DecodeStatus DecodeASX(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeASX()
325 DecodeStatus status; in DecodeASX()
351 static DecodeStatus DecodeAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeAS()
356 DecodeStatus status; in DecodeAS()
373 static DecodeStatus DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMem()
378 DecodeStatus status; in DecodeMem()
397 static DecodeStatus DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeMemAS()
402 DecodeStatus status; in DecodeMemAS()
421 static DecodeStatus DecodeLoadI32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI32()
426 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn, in DecodeStoreI32()
432 static DecodeStatus DecodeLoadI64(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadI64()
437 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn, in DecodeStoreI64()
443 static DecodeStatus DecodeLoadF32(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeLoadF32()
448 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn, in DecodeStoreF32()
454 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn, in DecodeLoadASI64()
461 static DecodeStatus DecodeStoreASI64(MCInst &Inst, uint64_t insn, in DecodeStoreASI64()
468 static DecodeStatus DecodeCAS(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCAS()
476 DecodeStatus status; in DecodeCAS()
506 static DecodeStatus DecodeTS1AMI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI64()
512 static DecodeStatus DecodeTS1AMI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeTS1AMI32()
518 static DecodeStatus DecodeCASI64(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI64()
524 static DecodeStatus DecodeCASI32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeCASI32()
530 static DecodeStatus DecodeCall(MCInst &Inst, uint64_t insn, uint64_t Address, in DecodeCall()
535 static DecodeStatus DecodeSIMM7(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM7()
542 static DecodeStatus DecodeSIMM32(MCInst &MI, uint64_t insn, uint64_t Address, in DecodeSIMM32()
586 static DecodeStatus DecodeCCOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeCCOperand()
593 static DecodeStatus DecodeRDOperand(MCInst &MI, uint64_t cf, uint64_t Address, in DecodeRDOperand()
600 static DecodeStatus DecodeBranchCondition(MCInst &MI, uint64_t insn, in DecodeBranchCondition()
611 DecodeStatus status; in DecodeBranchCondition()
624 static DecodeStatus DecodeBranchConditionAlways(MCInst &MI, uint64_t insn, in DecodeBranchConditionAlways()