Lines Matching refs:DecodeStatus

34 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
39 static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo,
42 static DecodeStatus
46 static DecodeStatus DecodeZPRMul2_MinMax(MCInst &Inst, unsigned RegNo,
49 static DecodeStatus DecodeZK(MCInst &Inst, unsigned RegNo, uint64_t Address,
52 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
55 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo,
59 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
62 static DecodeStatus
66 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
70 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm,
73 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm,
76 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm,
79 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm,
82 static DecodeStatus DecodePCRelLabel9(MCInst &Inst, unsigned Imm,
85 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm,
88 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm,
91 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm,
94 static DecodeStatus
97 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn,
100 static DecodeStatus
103 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn,
106 static DecodeStatus
109 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn,
112 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn,
115 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn,
118 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn,
121 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn,
124 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn,
127 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn,
130 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn,
133 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
136 static DecodeStatus
140 static DecodeStatus
144 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn,
148 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn,
151 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm,
154 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm,
157 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm,
160 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm,
163 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm,
166 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm,
169 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm,
172 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm,
175 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm,
178 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm,
181 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm,
184 static DecodeStatus
187 static DecodeStatus
190 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn,
193 static DecodeStatus
197 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address,
200 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr,
202 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm,
205 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address,
207 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn,
210 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
213 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn,
231 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
250 DecodeStatus Result = in getInstruction()
339 static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSimpleRegisterClass()
351 static DecodeStatus
367 static DecodeStatus DecodeZPRMul2_MinMax(MCInst &Inst, unsigned RegNo, in DecodeZPRMul2_MinMax()
380 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR2Mul2RegisterClass()
393 static DecodeStatus DecodeZK(MCInst &Inst, unsigned RegNo, uint64_t Address, in DecodeZK()
404 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeZPR4Mul4RegisterClass()
415 static DecodeStatus
437 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo, in DecodeMatrixTile()
448 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodePPR2Mul2RegisterClass()
459 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm32()
468 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, in DecodeFixedPointScaleImm64()
475 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm, in DecodePCRelLabel16()
490 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm, in DecodePCRelLabel19()
505 static DecodeStatus DecodePCRelLabel9(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodePCRelLabel9()
519 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm, in DecodeMemExtend()
527 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMRSSystemRegister()
537 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm, in DecodeMSRSystemRegister()
545 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn, in DecodeFMOVLaneInstruction()
572 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm()
578 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm()
584 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64Imm()
590 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64ImmNarrow()
596 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR32Imm()
602 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR32ImmNarrow()
608 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR16Imm()
614 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm, in DecodeVecShiftR16ImmNarrow()
620 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR8Imm()
626 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL64Imm()
632 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL32Imm()
638 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL16Imm()
644 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL8Imm()
650 static DecodeStatus
718 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn, in DecodeMoveImmInstruction()
756 static DecodeStatus
823 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, in DecodeSignedLdStInstruction()
1030 static DecodeStatus
1124 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction()
1294 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn, in DecodeAuthLoadInstruction()
1329 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn, in DecodeAddSubERegInstruction()
1404 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn, in DecodeLogicalImmInstruction()
1441 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmInstruction()
1482 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn, in DecodeModImmTiedInstruction()
1502 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn, in DecodeAdrInstruction()
1521 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn, in DecodeAddSubImmShift()
1562 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn, in DecodeUnconditionalBranch()
1583 static DecodeStatus
1604 static DecodeStatus
1626 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn, in DecodeTestAndBranch()
1651 static DecodeStatus
1664 static DecodeStatus
1671 static DecodeStatus
1678 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn, in DecodeSyspXzrInstruction()
1699 static DecodeStatus
1718 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeSImm()
1733 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeImm8OptLsl()
1745 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm, in DecodeSVEIncDecImm()
1752 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address, in DecodeSVCROp()
1761 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn, in DecodeCPYMemOpInstruction()
1792 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn, in DecodeSETMemOpInstruction()
1821 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn, in DecodePRFMRegInstruction()