Lines Matching defs:DecodeStatus
36 // Pull DecodeStatus and its enum values into the global namespace.
37 using DecodeStatus = MCDisassembler::DecodeStatus;
42 static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo,
45 static DecodeStatus
48 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
51 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo,
55 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
58 static DecodeStatus
62 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
66 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm,
69 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm,
72 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm,
75 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm,
78 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm,
81 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm,
84 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm,
87 static DecodeStatus
90 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn,
93 static DecodeStatus
96 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn,
99 static DecodeStatus
102 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn,
105 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn,
108 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn,
111 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn,
114 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn,
117 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn,
120 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn,
123 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn,
126 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
129 static DecodeStatus
133 static DecodeStatus
137 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn,
141 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn,
144 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm,
147 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm,
150 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm,
153 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm,
156 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm,
159 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm,
162 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm,
165 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm,
168 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm,
171 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm,
174 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm,
177 static DecodeStatus
180 static DecodeStatus
183 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn,
186 static DecodeStatus
190 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address,
193 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr,
195 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm,
198 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address,
200 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn,
203 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
206 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn,
224 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size,
243 DecodeStatus Result =
331 static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo,
343 static DecodeStatus
358 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
369 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo,
380 static DecodeStatus
402 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo,
413 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo,
424 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm,
433 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm,
440 static DecodeStatus DecodePCRelLabel16(MCInst &Inst, unsigned Imm,
455 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm,
470 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm,
478 static DecodeStatus DecodeMRSSystemRegister(MCInst &Inst, unsigned Imm,
488 static DecodeStatus DecodeMSRSystemRegister(MCInst &Inst, unsigned Imm,
496 static DecodeStatus DecodeFMOVLaneInstruction(MCInst &Inst, unsigned Insn,
523 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm,
529 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm,
535 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm,
541 static DecodeStatus DecodeVecShiftR64ImmNarrow(MCInst &Inst, unsigned Imm,
547 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm,
553 static DecodeStatus DecodeVecShiftR32ImmNarrow(MCInst &Inst, unsigned Imm,
559 static DecodeStatus DecodeVecShiftR16Imm(MCInst &Inst, unsigned Imm,
565 static DecodeStatus DecodeVecShiftR16ImmNarrow(MCInst &Inst, unsigned Imm,
571 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm,
577 static DecodeStatus DecodeVecShiftL64Imm(MCInst &Inst, unsigned Imm,
583 static DecodeStatus DecodeVecShiftL32Imm(MCInst &Inst, unsigned Imm,
589 static DecodeStatus DecodeVecShiftL16Imm(MCInst &Inst, unsigned Imm,
595 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm,
601 static DecodeStatus
669 static DecodeStatus DecodeMoveImmInstruction(MCInst &Inst, uint32_t insn,
704 static DecodeStatus
771 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn,
978 static DecodeStatus
1072 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn,
1218 static DecodeStatus DecodeAuthLoadInstruction(MCInst &Inst, uint32_t insn,
1253 static DecodeStatus DecodeAddSubERegInstruction(MCInst &Inst, uint32_t insn,
1328 static DecodeStatus DecodeLogicalImmInstruction(MCInst &Inst, uint32_t insn,
1365 static DecodeStatus DecodeModImmInstruction(MCInst &Inst, uint32_t insn,
1406 static DecodeStatus DecodeModImmTiedInstruction(MCInst &Inst, uint32_t insn,
1426 static DecodeStatus DecodeAdrInstruction(MCInst &Inst, uint32_t insn,
1445 static DecodeStatus DecodeAddSubImmShift(MCInst &Inst, uint32_t insn,
1486 static DecodeStatus DecodeUnconditionalBranch(MCInst &Inst, uint32_t insn,
1507 static DecodeStatus
1528 static DecodeStatus
1550 static DecodeStatus DecodeTestAndBranch(MCInst &Inst, uint32_t insn,
1575 static DecodeStatus
1588 static DecodeStatus
1595 static DecodeStatus
1602 static DecodeStatus DecodeSyspXzrInstruction(MCInst &Inst, uint32_t insn,
1623 static DecodeStatus
1642 static DecodeStatus DecodeSImm(MCInst &Inst, uint64_t Imm, uint64_t Address,
1657 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm, uint64_t Addr,
1669 static DecodeStatus DecodeSVEIncDecImm(MCInst &Inst, unsigned Imm,
1676 static DecodeStatus DecodeSVCROp(MCInst &Inst, unsigned Imm, uint64_t Address,
1685 static DecodeStatus DecodeCPYMemOpInstruction(MCInst &Inst, uint32_t insn,
1716 static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
1745 static DecodeStatus DecodePRFMRegInstruction(MCInst &Inst, uint32_t insn,