Lines Matching defs:DecodeStatus
33 typedef MCDisassembler::DecodeStatus DecodeStatus;
42 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo,
45 return DecodeStatus::Fail;
47 return DecodeStatus::Success;
50 static DecodeStatus DecodeDR32RegisterClass(MCInst &Inst, uint64_t RegNo,
56 static DecodeStatus DecodeDR16RegisterClass(MCInst &Inst, uint64_t RegNo,
62 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo,
68 static DecodeStatus DecodeAR32RegisterClass(MCInst &Inst, uint64_t RegNo,
74 static DecodeStatus DecodeAR16RegisterClass(MCInst &Inst, uint64_t RegNo,
80 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, uint64_t RegNo,
86 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, APInt RegNo,
92 static DecodeStatus DecodeXR16RegisterClass(MCInst &Inst, uint64_t RegNo,
98 static DecodeStatus DecodeFPDRRegisterClass(MCInst &Inst, uint64_t RegNo,
107 static DecodeStatus DecodeFPCSCRegisterClass(MCInst &Inst, uint64_t RegNo,
114 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn,
120 static DecodeStatus DecodeSRCRegisterClass(MCInst &Inst, APInt &Insn,
126 static DecodeStatus DecodeImm32(MCInst &Inst, uint64_t Imm, uint64_t Address,
129 return DecodeStatus::Success;
145 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
150 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
154 DecodeStatus Result;
172 if (Result == DecodeStatus::Success)