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,
97 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
100 static DecodeStatus
104 static DecodeStatus
107 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
110 static DecodeStatus
113 static DecodeStatus
117 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
120 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst, unsigned RegNo,
123 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
126 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo,
129 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
132 static DecodeStatus DecodeGuestRegsRegisterClass(MCInst &Inst, unsigned RegNo,
135 static DecodeStatus DecodeSysRegsRegisterClass(MCInst &Inst, unsigned RegNo,
138 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
141 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
144 static DecodeStatus
147 static DecodeStatus DecodeSysRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
151 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
154 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
157 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
173 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
177 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
302 DecodeStatus HexagonDisassembler::getSingleInstruction(MCInst &MI, MCInst &MCB, in getSingleInstruction()
319 return DecodeStatus::Fail; in getSingleInstruction()
325 DecodeStatus Result = DecodeStatus::Fail; in getSingleInstruction()
404 if (Result != DecodeStatus::Success) in getSingleInstruction()
405 return DecodeStatus::Fail; in getSingleInstruction()
409 if (Result != DecodeStatus::Success) in getSingleInstruction()
410 return DecodeStatus::Fail; in getSingleInstruction()
537 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass()
547 static DecodeStatus
553 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
568 static DecodeStatus
582 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVRRegisterClass()
597 static DecodeStatus
610 static DecodeStatus
621 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxWRRegisterClass()
638 static DecodeStatus
649 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePredRegsRegisterClass()
658 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxQRRegisterClass()
667 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegsRegisterClass()
695 static DecodeStatus
723 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeModRegsRegisterClass()
741 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp, in unsignedImmDecoder()
751 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp, in s32_0ImmDecoder()
762 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address, in brtargetDecoder()
807 static DecodeStatus DecodeSysRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSysRegsRegisterClass()
834 static DecodeStatus
849 static DecodeStatus
875 static DecodeStatus