Lines Matching defs:DecodeStatus

37 using DecodeStatus = MCDisassembler::DecodeStatus;
53 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
56 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
99 static DecodeStatus
103 static DecodeStatus
106 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
109 static DecodeStatus
112 static DecodeStatus
116 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
119 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst, unsigned RegNo,
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 DecodeSysRegsRegisterClass(MCInst &Inst, unsigned RegNo,
137 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
140 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
143 static DecodeStatus
146 static DecodeStatus DecodeSysRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
150 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
153 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
156 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
172 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
176 DecodeStatus Result = DecodeStatus::Success;
301 DecodeStatus HexagonDisassembler::getSingleInstruction(MCInst &MI, MCInst &MCB,
318 return DecodeStatus::Fail;
324 DecodeStatus Result = DecodeStatus::Fail;
403 if (Result != DecodeStatus::Success)
404 return DecodeStatus::Fail;
408 if (Result != DecodeStatus::Success)
409 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