Lines Matching defs:DecodeStatus
38 using DecodeStatus = MCDisassembler::DecodeStatus;
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,
177 DecodeStatus Result = DecodeStatus::Success;
302 DecodeStatus HexagonDisassembler::getSingleInstruction(MCInst &MI, MCInst &MCB,
319 return DecodeStatus::Fail;
325 DecodeStatus Result = DecodeStatus::Fail;
404 if (Result != DecodeStatus::Success)
405 return DecodeStatus::Fail;
409 if (Result != DecodeStatus::Success)
410 return DecodeStatus::Fail;
539 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo,
549 static DecodeStatus
555 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
570 static DecodeStatus
584 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
599 static DecodeStatus
612 static DecodeStatus
623 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
640 static DecodeStatus
651 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
660 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo,
669 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
697 static DecodeStatus
725 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
743 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
753 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
764 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
809 static DecodeStatus DecodeSysRegsRegisterClass(MCInst &Inst, unsigned RegNo,
836 static DecodeStatus
851 static DecodeStatus
877 static DecodeStatus