Lines Matching refs:DecodeStatus

27 typedef MCDisassembler::DecodeStatus DecodeStatus;  typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
142 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
152 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
160 static DecodeStatus DecodePointerLikeRegClass0(MCInst &Inst, unsigned RegNo, in DecodePointerLikeRegClass0()
166 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
176 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
186 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
199 static DecodeStatus
209 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
218 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
227 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass()
236 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntPairRegisterClass()
239 DecodeStatus S = MCDisassembler::Success; in DecodeIntPairRegisterClass()
252 static DecodeStatus
263 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address,
265 static DecodeStatus DecodeSIMM5(MCInst &Inst, unsigned insn, uint64_t Address,
267 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn, uint64_t Address,
270 constexpr static DecodeStatus DecodeDisp(MCInst &MI, uint32_t ImmVal,
276 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
295 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
301 DecodeStatus Result = in getInstruction()
333 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, in DecodeCall()
342 static DecodeStatus DecodeSIMM5(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSIMM5()
349 static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSIMM13()
357 constexpr static DecodeStatus DecodeDisp(MCInst &MI, uint32_t ImmVal, in DecodeDisp()