• Home
  • Raw
  • Download

Lines Matching refs:DecodeStatus

37 typedef MCDisassembler::DecodeStatus DecodeStatus;  typedef
49 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
53 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
66 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
69 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo,
72 static DecodeStatus DecodeVectorRegsRegisterClass(MCInst &Inst, unsigned RegNo,
75 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo,
78 static DecodeStatus DecodeVecDblRegsRegisterClass(MCInst &Inst, unsigned RegNo,
81 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
84 static DecodeStatus DecodeVecPredRegsRegisterClass(MCInst &Inst, unsigned RegNo,
87 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo,
90 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo,
93 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo,
97 static DecodeStatus decodeSpecial(MCInst &MI, uint32_t insn);
98 static DecodeStatus decodeImmext(MCInst &MI, uint32_t insn,
106 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
108 static DecodeStatus s16ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
110 static DecodeStatus s12ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
112 static DecodeStatus s11_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
114 static DecodeStatus s11_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
116 static DecodeStatus s11_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
118 static DecodeStatus s11_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
120 static DecodeStatus s10ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
122 static DecodeStatus s8ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
124 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
126 static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
128 static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
130 static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
132 static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
134 static DecodeStatus s4_6ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
136 static DecodeStatus s3_6ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
138 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
154 DecodeStatus HexagonDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
159 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
191 DecodeStatus HexagonDisassembler::getSingleInstruction( in getSingleInstruction()
207 return DecodeStatus::Fail; in getSingleInstruction()
210 DecodeStatus Result = DecodeStatus::Success; in getSingleInstruction()
473 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass()
483 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsLow8RegisterClass()
489 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
504 static DecodeStatus DecodeVectorRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVectorRegsRegisterClass()
519 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDoubleRegsRegisterClass()
531 static DecodeStatus DecodeVecDblRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVecDblRegsRegisterClass()
543 static DecodeStatus DecodePredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePredRegsRegisterClass()
552 static DecodeStatus DecodeVecPredRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVecPredRegsRegisterClass()
561 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegsRegisterClass()
582 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCtrRegs64RegisterClass()
606 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeModRegsRegisterClass()
654 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp, in unsignedImmDecoder()
666 static DecodeStatus s16ImmDecoder(MCInst &MI, unsigned tmp, in s16ImmDecoder()
672 static DecodeStatus s12ImmDecoder(MCInst &MI, unsigned tmp, in s12ImmDecoder()
678 static DecodeStatus s11_0ImmDecoder(MCInst &MI, unsigned tmp, in s11_0ImmDecoder()
684 static DecodeStatus s11_1ImmDecoder(MCInst &MI, unsigned tmp, in s11_1ImmDecoder()
690 static DecodeStatus s11_2ImmDecoder(MCInst &MI, unsigned tmp, in s11_2ImmDecoder()
696 static DecodeStatus s11_3ImmDecoder(MCInst &MI, unsigned tmp, in s11_3ImmDecoder()
702 static DecodeStatus s10ImmDecoder(MCInst &MI, unsigned tmp, in s10ImmDecoder()
708 static DecodeStatus s8ImmDecoder(MCInst &MI, unsigned tmp, uint64_t /*Address*/, in s8ImmDecoder()
714 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp, in s6_0ImmDecoder()
720 static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp, in s4_0ImmDecoder()
726 static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp, in s4_1ImmDecoder()
732 static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp, in s4_2ImmDecoder()
738 static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp, in s4_3ImmDecoder()
744 static DecodeStatus s4_6ImmDecoder(MCInst &MI, unsigned tmp, in s4_6ImmDecoder()
750 static DecodeStatus s3_6ImmDecoder(MCInst &MI, unsigned tmp, in s3_6ImmDecoder()
757 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address, in brtargetDecoder()
831 static DecodeStatus decodeSpecial(MCInst &MI, uint32_t insn) { in decodeSpecial()
1071 static DecodeStatus decodeImmext(MCInst &MI, uint32_t insn, in decodeImmext()