Lines Matching refs:DecodeStatus
39 static DecodeStatus DecodeFPR128RegisterClass(MCInst *Inst,
42 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst *Inst,
46 static DecodeStatus DecodeFPR64RegisterClass(MCInst *Inst, unsigned RegNo,
49 static DecodeStatus DecodeFPR32RegisterClass(MCInst *Inst, unsigned RegNo,
52 static DecodeStatus DecodeFPR16RegisterClass(MCInst *Inst, unsigned RegNo,
55 static DecodeStatus DecodeFPR8RegisterClass(MCInst *Inst, unsigned RegNo,
58 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, unsigned RegNo,
61 static DecodeStatus DecodeGPR64spRegisterClass(MCInst *Inst,
64 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, unsigned RegNo,
67 static DecodeStatus DecodeGPR32spRegisterClass(MCInst *Inst,
70 static DecodeStatus DecodeQQRegisterClass(MCInst *Inst, unsigned RegNo,
73 static DecodeStatus DecodeQQQRegisterClass(MCInst *Inst, unsigned RegNo,
76 static DecodeStatus DecodeQQQQRegisterClass(MCInst *Inst, unsigned RegNo,
79 static DecodeStatus DecodeDDRegisterClass(MCInst *Inst, unsigned RegNo,
82 static DecodeStatus DecodeDDDRegisterClass(MCInst *Inst, unsigned RegNo,
85 static DecodeStatus DecodeDDDDRegisterClass(MCInst *Inst, unsigned RegNo,
89 static DecodeStatus DecodeFixedPointScaleImm32(MCInst *Inst, unsigned Imm,
92 static DecodeStatus DecodeFixedPointScaleImm64(MCInst *Inst, unsigned Imm,
95 static DecodeStatus DecodePCRelLabel19(MCInst *Inst, unsigned Imm,
97 static DecodeStatus DecodeMemExtend(MCInst *Inst, unsigned Imm,
99 static DecodeStatus DecodeMRSSystemRegister(MCInst *Inst, unsigned Imm,
101 static DecodeStatus DecodeMSRSystemRegister(MCInst *Inst, unsigned Imm,
103 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst,
107 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn,
110 static DecodeStatus DecodeUnsignedLdStInstruction(MCInst *Inst,
114 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst,
117 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst,
121 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn,
124 static DecodeStatus DecodeAddSubERegInstruction(MCInst *Inst,
127 static DecodeStatus DecodeLogicalImmInstruction(MCInst *Inst,
130 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn,
133 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst,
136 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn,
138 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn,
140 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn,
143 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst,
147 static DecodeStatus DecodeTestAndBranch(MCInst *Inst, uint32_t insn,
150 static DecodeStatus DecodeFMOVLaneInstruction(MCInst *Inst, unsigned Insn,
153 static DecodeStatus DecodeVecShiftR64Imm(MCInst *Inst, unsigned Imm,
155 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst *Inst, unsigned Imm,
158 static DecodeStatus DecodeVecShiftR32Imm(MCInst *Inst, unsigned Imm,
160 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst *Inst, unsigned Imm,
163 static DecodeStatus DecodeVecShiftR16Imm(MCInst *Inst, unsigned Imm,
165 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst *Inst, unsigned Imm,
168 static DecodeStatus DecodeVecShiftR8Imm(MCInst *Inst, unsigned Imm,
170 static DecodeStatus DecodeVecShiftL64Imm(MCInst *Inst, unsigned Imm,
172 static DecodeStatus DecodeVecShiftL32Imm(MCInst *Inst, unsigned Imm,
174 static DecodeStatus DecodeVecShiftL16Imm(MCInst *Inst, unsigned Imm,
176 static DecodeStatus DecodeVecShiftL8Imm(MCInst *Inst, unsigned Imm,
179 static bool Check(DecodeStatus *Out, DecodeStatus In) in Check()
220 static DecodeStatus _getInstruction(cs_struct *ud, MCInst *MI, in _getInstruction()
226 DecodeStatus result; in _getInstruction()
263 DecodeStatus status = _getInstruction((cs_struct *)ud, instr, in AArch64_getInstruction()
281 static DecodeStatus DecodeFPR128RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR128RegisterClass()
294 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass()
314 static DecodeStatus DecodeFPR64RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR64RegisterClass()
338 static DecodeStatus DecodeFPR32RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR32RegisterClass()
362 static DecodeStatus DecodeFPR16RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR16RegisterClass()
386 static DecodeStatus DecodeFPR8RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeFPR8RegisterClass()
410 static DecodeStatus DecodeGPR64RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR64RegisterClass()
424 static DecodeStatus DecodeGPR64spRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR64spRegisterClass()
452 static DecodeStatus DecodeGPR32RegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
466 static DecodeStatus DecodeGPR32spRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeGPR32spRegisterClass()
493 static DecodeStatus DecodeVectorRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeVectorRegisterClass()
518 static DecodeStatus DecodeQQRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQQRegisterClass()
545 static DecodeStatus DecodeQQQRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQQQRegisterClass()
572 static DecodeStatus DecodeQQQQRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeQQQQRegisterClass()
596 static DecodeStatus DecodeDDRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDDRegisterClass()
623 static DecodeStatus DecodeDDDRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDDDRegisterClass()
650 static DecodeStatus DecodeDDDDRegisterClass(MCInst *Inst, unsigned RegNo, in DecodeDDDDRegisterClass()
664 static DecodeStatus DecodeFixedPointScaleImm32(MCInst *Inst, unsigned Imm, in DecodeFixedPointScaleImm32()
674 static DecodeStatus DecodeFixedPointScaleImm64(MCInst *Inst, unsigned Imm, in DecodeFixedPointScaleImm64()
682 static DecodeStatus DecodePCRelLabel19(MCInst *Inst, unsigned Imm, in DecodePCRelLabel19()
695 static DecodeStatus DecodeMemExtend(MCInst *Inst, unsigned Imm, in DecodeMemExtend()
703 static DecodeStatus DecodeMRSSystemRegister(MCInst *Inst, unsigned Imm, in DecodeMRSSystemRegister()
717 static DecodeStatus DecodeMSRSystemRegister(MCInst *Inst, unsigned Imm, in DecodeMSRSystemRegister()
732 static DecodeStatus DecodeFMOVLaneInstruction(MCInst *Inst, unsigned Insn, in DecodeFMOVLaneInstruction()
756 static DecodeStatus DecodeVecShiftRImm(MCInst *Inst, unsigned Imm, in DecodeVecShiftRImm()
763 static DecodeStatus DecodeVecShiftLImm(MCInst *Inst, unsigned Imm, in DecodeVecShiftLImm()
770 static DecodeStatus DecodeVecShiftR64Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftR64Imm()
776 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst *Inst, unsigned Imm, in DecodeVecShiftR64ImmNarrow()
783 static DecodeStatus DecodeVecShiftR32Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftR32Imm()
789 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst *Inst, unsigned Imm, in DecodeVecShiftR32ImmNarrow()
796 static DecodeStatus DecodeVecShiftR16Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftR16Imm()
802 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst *Inst, unsigned Imm, in DecodeVecShiftR16ImmNarrow()
809 static DecodeStatus DecodeVecShiftR8Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftR8Imm()
815 static DecodeStatus DecodeVecShiftL64Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftL64Imm()
821 static DecodeStatus DecodeVecShiftL32Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftL32Imm()
827 static DecodeStatus DecodeVecShiftL16Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftL16Imm()
833 static DecodeStatus DecodeVecShiftL8Imm(MCInst *Inst, unsigned Imm, in DecodeVecShiftL8Imm()
839 static DecodeStatus DecodeThreeAddrSRegInstruction(MCInst *Inst, in DecodeThreeAddrSRegInstruction()
903 static DecodeStatus DecodeMoveImmInstruction(MCInst *Inst, uint32_t insn, in DecodeMoveImmInstruction()
939 static DecodeStatus DecodeUnsignedLdStInstruction(MCInst *Inst, in DecodeUnsignedLdStInstruction()
1000 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst, in DecodeSignedLdStInstruction()
1189 static DecodeStatus DecodeExclusiveLdStInstruction(MCInst *Inst, in DecodeExclusiveLdStInstruction()
1265 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn, in DecodePairLdStInstruction()
1394 static DecodeStatus DecodeAddSubERegInstruction(MCInst *Inst, in DecodeAddSubERegInstruction()
1454 static DecodeStatus DecodeLogicalImmInstruction(MCInst *Inst, in DecodeLogicalImmInstruction()
1487 static DecodeStatus DecodeModImmInstruction(MCInst *Inst, uint32_t insn, in DecodeModImmInstruction()
1527 static DecodeStatus DecodeModImmTiedInstruction(MCInst *Inst, in DecodeModImmTiedInstruction()
1546 static DecodeStatus DecodeAdrInstruction(MCInst *Inst, uint32_t insn, in DecodeAdrInstruction()
1564 static DecodeStatus DecodeBaseAddSubImm(MCInst *Inst, uint32_t insn, in DecodeBaseAddSubImm()
1599 static DecodeStatus DecodeUnconditionalBranch(MCInst *Inst, uint32_t insn, in DecodeUnconditionalBranch()
1615 static DecodeStatus DecodeSystemPStateInstruction(MCInst *Inst, in DecodeSystemPStateInstruction()
1633 static DecodeStatus DecodeTestAndBranch(MCInst *Inst, uint32_t insn, in DecodeTestAndBranch()