Lines Matching refs:DecodeStatus

38 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
54 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
57 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
99 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst,
103 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo,
106 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
109 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo,
112 static DecodeStatus
115 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
118 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst,
122 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
125 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo,
128 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
131 static DecodeStatus DecodeGuestRegsRegisterClass(MCInst &Inst, unsigned RegNo,
134 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
137 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
140 static DecodeStatus DecodeGuestRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
144 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
146 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
148 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
164 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
168 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
293 DecodeStatus HexagonDisassembler::getSingleInstruction(MCInst &MI, MCInst &MCB, in getSingleInstruction()
310 return DecodeStatus::Fail; in getSingleInstruction()
316 DecodeStatus Result = DecodeStatus::Fail; in getSingleInstruction()
395 if (Result != DecodeStatus::Success) in getSingleInstruction()
396 return DecodeStatus::Fail; in getSingleInstruction()
400 if (Result != DecodeStatus::Success) in getSingleInstruction()
401 return DecodeStatus::Fail; in getSingleInstruction()
528 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass()
538 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsLow8RegisterClass()
544 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
559 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst, in DecodeGeneralSubRegsRegisterClass()
573 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVRRegisterClass()
588 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDoubleRegsRegisterClass()
600 static DecodeStatus DecodeGeneralDoubleLow8RegsRegisterClass( in DecodeGeneralDoubleLow8RegsRegisterClass()
609 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxWRRegisterClass()
626 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst, in DecodeHvxVQRRegisterClass()
637 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePredRegsRegisterClass()
646 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxQRRegisterClass()
655 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegsRegisterClass()
683 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegs64RegisterClass()
711 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeModRegsRegisterClass()
729 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp, in unsignedImmDecoder()
739 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp, in s32_0ImmDecoder()
749 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address, in brtargetDecoder()
763 static DecodeStatus DecodeGuestRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGuestRegsRegisterClass()
789 static DecodeStatus DecodeGuestRegs64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGuestRegs64RegisterClass()