Lines Matching refs:DecodeStatus
33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeRegisterClass()
44 return DecodeStatus::Fail; in DecodeRegisterClass()
46 return DecodeStatus::Success; in DecodeRegisterClass()
49 static DecodeStatus DecodeDR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR32RegisterClass()
55 static DecodeStatus DecodeDR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR16RegisterClass()
61 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR8RegisterClass()
67 static DecodeStatus DecodeAR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR32RegisterClass()
73 static DecodeStatus DecodeAR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR16RegisterClass()
79 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR32RegisterClass()
85 static DecodeStatus DecodeXR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR16RegisterClass()
91 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn, in DecodeCCRCRegisterClass()
105 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
110 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
114 DecodeStatus Result; in getInstruction()
132 if (Result == DecodeStatus::Success) in getInstruction()