Lines Matching defs:DecodeStatus
28 typedef MCDisassembler::DecodeStatus DecodeStatus;
32 DecodeStatus getInstructionI(MCInst &MI, uint64_t &Size,
36 DecodeStatus getInstructionII(MCInst &MI, uint64_t &Size,
40 DecodeStatus getInstructionCJ(MCInst &MI, uint64_t &Size,
48 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
72 static DecodeStatus DecodeGR8RegisterClass(MCInst &MI, uint64_t RegNo,
90 static DecodeStatus DecodeGR16RegisterClass(MCInst &MI, uint64_t RegNo,
101 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address,
104 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits,
110 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address,
127 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits,
228 DecodeStatus MSP430Disassembler::getInstructionI(MCInst &MI, uint64_t &Size,
248 return DecodeStatus::Fail;
262 return DecodeStatus::Fail;
272 DecodeStatus Result = decodeInstruction(getDecoderTable(SrcAM, Words), MI,
280 return DecodeStatus::Fail;
283 DecodeStatus MSP430Disassembler::getInstructionII(MCInst &MI, uint64_t &Size,
302 return DecodeStatus::Fail;
312 DecodeStatus Result = decodeInstruction(DecoderTable, MI, Insn, Address,
320 return DecodeStatus::Fail;
338 DecodeStatus MSP430Disassembler::getInstructionCJ(MCInst &MI, uint64_t &Size,
356 return DecodeStatus::Success;
359 DecodeStatus MSP430Disassembler::getInstruction(MCInst &MI, uint64_t &Size,