Lines Matching defs:DecodeStatus
30 typedef MCDisassembler::DecodeStatus DecodeStatus;
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
48 DecodeStatus getInstruction32(MCInst &Instr, uint64_t &Size,
51 DecodeStatus getInstruction16(MCInst &Instr, uint64_t &Size,
71 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint32_t RegNo,
84 static DecodeStatus DecodeGPRX1X5RegisterClass(MCInst &Inst, uint32_t RegNo,
95 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint32_t RegNo,
106 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint32_t RegNo,
117 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint32_t RegNo,
128 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint32_t RegNo,
139 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint32_t RegNo,
150 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint32_t RegNo,
160 static DecodeStatus
170 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint32_t RegNo,
181 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, uint32_t RegNo,
192 static DecodeStatus DecodeSR07RegisterClass(MCInst &Inst, uint32_t RegNo,
203 static DecodeStatus DecodeVRRegisterClass(MCInst &Inst, uint32_t RegNo,
214 static DecodeStatus DecodeVRM2RegisterClass(MCInst &Inst, uint32_t RegNo,
231 static DecodeStatus DecodeVRM4RegisterClass(MCInst &Inst, uint32_t RegNo,
248 static DecodeStatus DecodeVRM8RegisterClass(MCInst &Inst, uint32_t RegNo,
265 static DecodeStatus decodeVMaskReg(MCInst &Inst, uint32_t RegNo,
278 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm,
287 static DecodeStatus decodeUImmNonZeroOperand(MCInst &Inst, uint32_t Imm,
296 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm,
306 static DecodeStatus decodeSImmNonZeroOperand(MCInst &Inst, uint32_t Imm,
315 static DecodeStatus decodeSImmOperandAndLsl1(MCInst &Inst, uint32_t Imm,
326 static DecodeStatus decodeCLUIImmOperand(MCInst &Inst, uint32_t Imm,
337 static DecodeStatus decodeFRMArg(MCInst &Inst, uint32_t Imm, int64_t Address,
347 static DecodeStatus decodeRVCInstrRdRs1ImmZero(MCInst &Inst, uint32_t Insn,
351 static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, uint32_t Insn,
355 static DecodeStatus decodeRVCInstrRdRs1UImm(MCInst &Inst, uint32_t Insn,
359 static DecodeStatus decodeRVCInstrRdRs2(MCInst &Inst, uint32_t Insn,
363 static DecodeStatus decodeRVCInstrRdRs1Rs2(MCInst &Inst, uint32_t Insn,
367 static DecodeStatus decodeXTHeadMemPair(MCInst &Inst, uint32_t Insn,
371 static DecodeStatus decodeZcmpRlist(MCInst &Inst, uint32_t Imm,
374 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address,
377 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, uint32_t Imm,
380 static DecodeStatus decodeCSSPushPopchk(MCInst &Inst, uint32_t Insn,
386 static DecodeStatus decodeRVCInstrRdRs1ImmZero(MCInst &Inst, uint32_t Insn,
390 [[maybe_unused]] DecodeStatus Result =
398 static DecodeStatus decodeCSSPushPopchk(MCInst &Inst, uint32_t Insn,
402 [[maybe_unused]] DecodeStatus Result =
408 static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, uint32_t Insn,
414 [[maybe_unused]] DecodeStatus Result =
420 static DecodeStatus decodeRVCInstrRdRs1UImm(MCInst &Inst, uint32_t Insn,
427 [[maybe_unused]] DecodeStatus Result =
433 static DecodeStatus decodeRVCInstrRdRs2(MCInst &Inst, uint32_t Insn,
443 static DecodeStatus decodeRVCInstrRdRs1Rs2(MCInst &Inst, uint32_t Insn,
454 static DecodeStatus decodeXTHeadMemPair(MCInst &Inst, uint32_t Insn,
464 [[maybe_unused]] DecodeStatus Result =
480 static DecodeStatus decodeZcmpRlist(MCInst &Inst, uint32_t Imm,
488 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address,
497 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, uint32_t Imm,
517 DecodeStatus Result = \
534 DecodeStatus RISCVDisassembler::getInstruction32(MCInst &MI, uint64_t &Size,
628 DecodeStatus RISCVDisassembler::getInstruction16(MCInst &MI, uint64_t &Size,
658 DecodeStatus RISCVDisassembler::getInstruction(MCInst &MI, uint64_t &Size,