Lines Matching refs:DecodeStatus

38 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
54 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
58 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
98 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
101 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst,
105 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo,
108 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
111 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo,
114 static DecodeStatus
117 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
120 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst,
124 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
127 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo,
130 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
133 static DecodeStatus DecodeGuestRegsRegisterClass(MCInst &Inst, unsigned RegNo,
136 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
139 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
142 static DecodeStatus DecodeGuestRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
146 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
148 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
150 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
166 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
171 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
293 DecodeStatus HexagonDisassembler::getSingleInstruction( in getSingleInstruction()
308 return DecodeStatus::Fail; in getSingleInstruction()
314 DecodeStatus Result = DecodeStatus::Fail; in getSingleInstruction()
393 if (Result != DecodeStatus::Success) in getSingleInstruction()
394 return DecodeStatus::Fail; in getSingleInstruction()
398 if (Result != DecodeStatus::Success) in getSingleInstruction()
399 return DecodeStatus::Fail; in getSingleInstruction()
522 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass()
532 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsLow8RegisterClass()
538 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
553 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst, in DecodeGeneralSubRegsRegisterClass()
567 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVRRegisterClass()
582 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDoubleRegsRegisterClass()
594 static DecodeStatus DecodeGeneralDoubleLow8RegsRegisterClass( in DecodeGeneralDoubleLow8RegsRegisterClass()
603 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxWRRegisterClass()
616 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst, in DecodeHvxVQRRegisterClass()
627 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePredRegsRegisterClass()
636 static DecodeStatus DecodeHvxQRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxQRRegisterClass()
645 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegsRegisterClass()
673 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegs64RegisterClass()
701 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeModRegsRegisterClass()
719 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp, in unsignedImmDecoder()
729 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp, in s32_0ImmDecoder()
739 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address, in brtargetDecoder()
753 static DecodeStatus DecodeGuestRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGuestRegsRegisterClass()
779 static DecodeStatus DecodeGuestRegs64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGuestRegs64RegisterClass()