Lines Matching refs:DecodeStatus

33 typedef MCDisassembler::DecodeStatus DecodeStatus;  typedef
42 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeRegisterClass()
45 return DecodeStatus::Fail; in DecodeRegisterClass()
47 return DecodeStatus::Success; in DecodeRegisterClass()
50 static DecodeStatus DecodeDR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR32RegisterClass()
56 static DecodeStatus DecodeDR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR16RegisterClass()
62 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR8RegisterClass()
68 static DecodeStatus DecodeAR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR32RegisterClass()
74 static DecodeStatus DecodeAR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR16RegisterClass()
80 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR32RegisterClass()
86 static DecodeStatus DecodeXR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR16RegisterClass()
92 static DecodeStatus DecodeFPDRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPDRRegisterClass()
101 static DecodeStatus DecodeFPCSCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPCSCRegisterClass()
108 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn, in DecodeCCRCRegisterClass()
114 static DecodeStatus DecodeImm32(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeImm32()
117 return DecodeStatus::Success; in DecodeImm32()
133 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
138 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
142 DecodeStatus Result; in getInstruction()
160 if (Result == DecodeStatus::Success) in getInstruction()