Lines Matching refs:DecodeStatus

30 typedef MCDisassembler::DecodeStatus DecodeStatus;  typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
64 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRRegisterClass()
77 static DecodeStatus DecodeGPRX1X5RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRX1X5RegisterClass()
88 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR16RegisterClass()
99 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR32RegisterClass()
110 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR32CRegisterClass()
121 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR64RegisterClass()
132 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR64CRegisterClass()
143 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRNoX0RegisterClass()
153 static DecodeStatus
163 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRCRegisterClass()
174 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRPairRegisterClass()
185 static DecodeStatus DecodeSR07RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSR07RegisterClass()
196 static DecodeStatus DecodeVRRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeVRRegisterClass()
207 static DecodeStatus DecodeVRM2RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeVRM2RegisterClass()
224 static DecodeStatus DecodeVRM4RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeVRM4RegisterClass()
241 static DecodeStatus DecodeVRM8RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeVRM8RegisterClass()
258 static DecodeStatus decodeVMaskReg(MCInst &Inst, uint64_t RegNo, in decodeVMaskReg()
271 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, in decodeUImmOperand()
280 static DecodeStatus decodeUImmNonZeroOperand(MCInst &Inst, uint32_t Imm, in decodeUImmNonZeroOperand()
289 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperand()
299 static DecodeStatus decodeSImmNonZeroOperand(MCInst &Inst, uint32_t Imm, in decodeSImmNonZeroOperand()
308 static DecodeStatus decodeSImmOperandAndLsl1(MCInst &Inst, uint32_t Imm, in decodeSImmOperandAndLsl1()
319 static DecodeStatus decodeCLUIImmOperand(MCInst &Inst, uint32_t Imm, in decodeCLUIImmOperand()
330 static DecodeStatus decodeFRMArg(MCInst &Inst, uint32_t Imm, int64_t Address, in decodeFRMArg()
340 static DecodeStatus decodeRVCInstrRdRs1ImmZero(MCInst &Inst, uint32_t Insn,
344 static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, uint32_t Insn,
348 static DecodeStatus decodeRVCInstrRdRs1UImm(MCInst &Inst, uint32_t Insn,
352 static DecodeStatus decodeRVCInstrRdRs2(MCInst &Inst, uint32_t Insn,
356 static DecodeStatus decodeRVCInstrRdRs1Rs2(MCInst &Inst, uint32_t Insn,
360 static DecodeStatus decodeXTHeadMemPair(MCInst &Inst, uint32_t Insn,
364 static DecodeStatus decodeZcmpRlist(MCInst &Inst, unsigned Imm,
367 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address,
370 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, unsigned Imm,
373 static DecodeStatus decodeCSSPushPopchk(MCInst &Inst, uint32_t Insn,
379 static DecodeStatus decodeRVCInstrRdRs1ImmZero(MCInst &Inst, uint32_t Insn, in decodeRVCInstrRdRs1ImmZero()
383 DecodeStatus Result = DecodeGPRNoX0RegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs1ImmZero()
391 static DecodeStatus decodeCSSPushPopchk(MCInst &Inst, uint32_t Insn, in decodeCSSPushPopchk()
395 DecodeStatus Result = DecodeGPRX1X5RegisterClass(Inst, Rs1, Address, Decoder); in decodeCSSPushPopchk()
401 static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, uint32_t Insn, in decodeRVCInstrRdSImm()
407 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); in decodeRVCInstrRdSImm()
413 static DecodeStatus decodeRVCInstrRdRs1UImm(MCInst &Inst, uint32_t Insn, in decodeRVCInstrRdRs1UImm()
420 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); in decodeRVCInstrRdRs1UImm()
426 static DecodeStatus decodeRVCInstrRdRs2(MCInst &Inst, uint32_t Insn, in decodeRVCInstrRdRs2()
436 static DecodeStatus decodeRVCInstrRdRs1Rs2(MCInst &Inst, uint32_t Insn, in decodeRVCInstrRdRs1Rs2()
447 static DecodeStatus decodeXTHeadMemPair(MCInst &Inst, uint32_t Insn, in decodeXTHeadMemPair()
457 DecodeStatus Result = decodeUImmOperand<2>(Inst, UImm2, Address, Decoder); in decodeXTHeadMemPair()
473 static DecodeStatus decodeZcmpRlist(MCInst &Inst, unsigned Imm, in decodeZcmpRlist()
481 static DecodeStatus decodeRegReg(MCInst &Inst, uint32_t Insn, uint64_t Address, in decodeRegReg()
490 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, unsigned Imm, in decodeZcmpSpimm()
505 DecodeStatus RISCVDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
512 DecodeStatus Result; in getInstruction()