Lines Matching refs:DecodeStatus

30 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
87 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
92 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS,
97 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS,
100 static DecodeStatus DecodeMEMrs9(MCInst &, unsigned, uint64_t, const void *);
102 static DecodeStatus DecodeLdLImmInstruction(MCInst &, uint64_t, uint64_t,
105 static DecodeStatus DecodeStLImmInstruction(MCInst &, uint64_t, uint64_t,
108 static DecodeStatus DecodeLdRLImmInstruction(MCInst &, uint64_t, uint64_t,
111 static DecodeStatus DecodeMoveHRegInstruction(MCInst &Inst, uint64_t, uint64_t,
121 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
134 static DecodeStatus DecodeGBR32ShortRegister(MCInst &Inst, unsigned RegNo, in DecodeGBR32ShortRegister()
159 static DecodeStatus DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMEMrs9()
188 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, in DecodeBranchTargetS()
197 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand()
208 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS, in DecodeFromCyclicRange()
219 static DecodeStatus DecodeStLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeStLImmInstruction()
236 static DecodeStatus DecodeLdLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeLdLImmInstruction()
254 static DecodeStatus DecodeLdRLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeLdRLImmInstruction()
271 static DecodeStatus DecodeMoveHRegInstruction(MCInst &Inst, uint64_t Insn, in DecodeMoveHRegInstruction()
297 DecodeStatus ARCDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
302 MCDisassembler::DecodeStatus Result; in getInstruction()