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 DecodeXR16RegisterClass(MCInst &Inst, uint64_t RegNo,
92 static DecodeStatus DecodeFPDRRegisterClass(MCInst &Inst, uint64_t RegNo,
101 static DecodeStatus DecodeFPCSCRegisterClass(MCInst &Inst, uint64_t RegNo,
108 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn,
114 static DecodeStatus DecodeImm32(MCInst &Inst, uint64_t Imm, uint64_t Address,
117 return DecodeStatus::Success;
133 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
138 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
142 DecodeStatus Result;
160 if (Result == DecodeStatus::Success)