Lines Matching refs:DecodeStatus

37 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
41 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo,
44 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo,
47 static DecodeStatus
50 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo,
53 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo,
56 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo,
59 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo,
62 static DecodeStatus
65 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo,
68 static DecodeStatus
71 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo,
74 static DecodeStatus
77 static DecodeStatus
81 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo,
84 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo,
87 static DecodeStatus DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo,
90 static DecodeStatus DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo,
93 static DecodeStatus DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo,
96 static DecodeStatus DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo,
99 static DecodeStatus DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo,
102 static DecodeStatus DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo,
105 static DecodeStatus DecodeZPRRegisterClass(MCInst &Inst, unsigned RegNo,
108 static DecodeStatus DecodeZPR_4bRegisterClass(MCInst &Inst, unsigned RegNo,
111 static DecodeStatus DecodeZPR_3bRegisterClass(MCInst &Inst, unsigned RegNo,
114 static DecodeStatus DecodeZPR2RegisterClass(MCInst &Inst, unsigned RegNo,
117 static DecodeStatus DecodeZPR3RegisterClass(MCInst &Inst, unsigned RegNo,
120 static DecodeStatus DecodeZPR4RegisterClass(MCInst &Inst, unsigned RegNo,
123 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
126 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo,
129 static DecodeStatus DecodeZPR2StridedRegisterClass(MCInst &Inst, unsigned RegNo,
132 static DecodeStatus DecodeZPR4StridedRegisterClass(MCInst &Inst, unsigned RegNo,
136 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
139 static DecodeStatus
143 static DecodeStatus DecodePPRRegisterClass(MCInst &Inst, unsigned RegNo,
146 static DecodeStatus DecodePNRRegisterClass(MCInst &Inst, unsigned RegNo,
149 static DecodeStatus DecodePPR_3bRegisterClass(MCInst &Inst, unsigned RegNo,
152 static DecodeStatus
155 static DecodeStatus DecodePPR2RegisterClass(MCInst &Inst, unsigned RegNo,
158 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
162 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm,
165 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm,
168 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm,
171 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm,
174 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm,
177 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm,
180 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm,
183 static DecodeStatus
186 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn,
189 static DecodeStatus
192 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn,
195 static DecodeStatus
198 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn,
201 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn,
204 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn,
207 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn,
210 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn,
213 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn,
216 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn,
219 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn,
222 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
225 static DecodeStatus
229 static DecodeStatus
233 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn,
237 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn,
240 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm,
243 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm,
246 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm,
249 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm,
252 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm,
255 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm,
258 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm,
261 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm,
264 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm,
267 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm,
270 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm,
273 static DecodeStatus
276 static DecodeStatus
279 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn,
282 static DecodeStatus
286 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address,
289 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr,
291 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm,
294 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address,
296 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn,
299 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
302 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn,
320 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
339 DecodeStatus Result = in getInstruction()
426 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128RegisterClass()
438 static DecodeStatus
446 static DecodeStatus
454 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR64RegisterClass()
466 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR32RegisterClass()
478 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR16RegisterClass()
490 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR8RegisterClass()
502 static DecodeStatus
515 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64RegisterClass()
527 static DecodeStatus
542 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64spRegisterClass()
553 static DecodeStatus
566 static DecodeStatus
580 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
592 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32spRegisterClass()
604 static DecodeStatus DecodeZPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPRRegisterClass()
616 static DecodeStatus DecodeZPR_4bRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR_4bRegisterClass()
624 static DecodeStatus DecodeZPR_3bRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR_3bRegisterClass()
632 static DecodeStatus DecodeZPR2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR2RegisterClass()
643 static DecodeStatus DecodeZPR3RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR3RegisterClass()
654 static DecodeStatus DecodeZPR4RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR4RegisterClass()
665 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR2Mul2RegisterClass()
676 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR4Mul4RegisterClass()
687 static DecodeStatus DecodeZPR2StridedRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR2StridedRegisterClass()
699 static DecodeStatus DecodeZPR4StridedRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR4StridedRegisterClass()
711 static DecodeStatus
733 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo, in DecodeMatrixTile()
744 static DecodeStatus DecodePPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePPRRegisterClass()
756 static DecodeStatus DecodePNRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePNRRegisterClass()
768 static DecodeStatus DecodePPR_3bRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePPR_3bRegisterClass()
778 static DecodeStatus
788 static DecodeStatus DecodePPR2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodePPR2RegisterClass()
800 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodePPR2Mul2RegisterClass()
811 static DecodeStatus DecodeQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQRegisterClass()
822 static DecodeStatus DecodeQQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQQRegisterClass()
833 static DecodeStatus DecodeQQQQRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQQQQRegisterClass()
844 static DecodeStatus DecodeDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDRegisterClass()
855 static DecodeStatus DecodeDDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDDRegisterClass()
866 static DecodeStatus DecodeDDDDRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDDDDRegisterClass()
877 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm32()
886 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm64()
893 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm, in DecodePCRelLabel16()
908 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm, in DecodePCRelLabel19()
923 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm, in DecodeMemExtend()
931 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMRSSystemRegister()
941 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMSRSystemRegister()
949 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn, in DecodeFMOVLaneInstruction()
972 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm()
978 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm()
984 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64Imm()
990 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64ImmNarrow()
996 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR32Imm()
1002 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR32ImmNarrow()
1008 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR16Imm()
1014 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR16ImmNarrow()
1020 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR8Imm()
1026 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL64Imm()
1032 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL32Imm()
1038 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL16Imm()
1044 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL8Imm()
1050 static DecodeStatus
1112 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, in DecodeMoveImmInstruction()
1145 static DecodeStatus
1204 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, in DecodeSignedLdStInstruction()
1402 static DecodeStatus
1485 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction()
1619 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn, in DecodeAuthLoadInstruction()
1652 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, in DecodeAddSubERegInstruction()
1709 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, in DecodeLogicalImmInstruction()
1740 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmInstruction()
1779 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmTiedInstruction()
1797 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, in DecodeAdrInstruction()
1815 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn, in DecodeAddSubImmShift()
1850 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch()
1871 static DecodeStatus
1892 static DecodeStatus
1914 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn, in DecodeTestAndBranch()
1937 static DecodeStatus
1950 static DecodeStatus
1958 static DecodeStatus
1966 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn, in DecodeSyspXzrInstruction()
1986 static DecodeStatus
2003 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeSImm()
2018 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeImm8OptLsl()
2030 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm, in DecodeSVEIncDecImm()
2037 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address, in DecodeSVCROp()
2046 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn, in DecodeCPYMemOpInstruction()
2071 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn, in DecodeSETMemOpInstruction()
2095 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn, in DecodePRFMRegInstruction()