Lines Matching refs:DecodeStatus

36 using DecodeStatus = MCDisassembler::DecodeStatus;  typedef
138 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
146 DecodeStatus getARMInstruction(MCInst &Instr, uint64_t &Size,
150 DecodeStatus getThumbInstruction(MCInst &Instr, uint64_t &Size,
157 DecodeStatus AddThumbPredicate(MCInst&) const;
158 void UpdateThumbVFPPredicate(DecodeStatus &, MCInst&) const;
163 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check()
180 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
183 static DecodeStatus DecodeCLRMGPRRegisterClass(MCInst &Inst, unsigned RegNo,
186 static DecodeStatus DecodetGPROddRegisterClass(MCInst &Inst, unsigned RegNo,
189 static DecodeStatus DecodetGPREvenRegisterClass(MCInst &Inst, unsigned RegNo,
192 static DecodeStatus
196 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo,
199 static DecodeStatus DecodeGPRnospRegisterClass(MCInst &Inst, unsigned RegNo,
202 static DecodeStatus
205 static DecodeStatus DecodeGPRwithZRRegisterClass(MCInst &Inst, unsigned RegNo,
208 static DecodeStatus
211 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo,
214 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo,
217 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo,
220 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo,
223 static DecodeStatus
226 static DecodeStatus DecodeGPRspRegisterClass(MCInst &Inst, unsigned RegNo,
229 static DecodeStatus DecodeHPRRegisterClass(MCInst &Inst, unsigned RegNo,
232 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo,
235 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo,
238 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo,
241 static DecodeStatus DecodeSPR_8RegisterClass(MCInst &Inst, unsigned RegNo,
244 static DecodeStatus DecodeDPR_VFP2RegisterClass(MCInst &Inst, unsigned RegNo,
247 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo,
250 static DecodeStatus DecodeMQPRRegisterClass(MCInst &Inst, unsigned RegNo,
253 static DecodeStatus DecodeMQQPRRegisterClass(MCInst &Inst, unsigned RegNo,
256 static DecodeStatus DecodeMQQQQPRRegisterClass(MCInst &Inst, unsigned RegNo,
259 static DecodeStatus DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo,
262 static DecodeStatus
266 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,
269 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val,
272 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val,
275 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val,
278 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val,
282 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Insn,
285 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn,
288 static DecodeStatus
291 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Insn,
294 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn,
297 static DecodeStatus DecodeTSBInstruction(MCInst &Inst, unsigned Insn,
300 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Insn,
303 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Insn,
307 static DecodeStatus
311 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn,
314 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn,
317 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn,
320 static DecodeStatus DecodeHINTInstruction(MCInst &Inst, unsigned Insn,
323 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn,
326 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn,
329 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn,
332 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
335 static DecodeStatus DecodeT2HintSpaceInstruction(MCInst &Inst, unsigned Insn,
338 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val,
341 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val,
344 static DecodeStatus DecodeAddrMode5FP16Operand(MCInst &Inst, unsigned Val,
347 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val,
350 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn,
353 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn,
356 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val,
359 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Val,
362 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Val,
365 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Val,
368 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Val,
371 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
374 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val,
377 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Val,
380 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Val,
383 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Val,
386 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Val,
389 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Val,
392 static DecodeStatus DecodeMVEModImmInstruction(MCInst &Inst, unsigned Val,
395 static DecodeStatus DecodeMVEVADCInstruction(MCInst &Inst, unsigned Insn,
398 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Val,
401 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val,
404 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val,
407 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val,
410 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val,
413 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn,
416 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn,
419 static DecodeStatus DecodeMveAddrModeRQ(MCInst &Inst, unsigned Insn,
423 static DecodeStatus DecodeMveAddrModeQ(MCInst &Inst, unsigned Insn,
426 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Insn,
429 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Insn,
432 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Insn,
435 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Insn, uint64_t Address,
437 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Insn,
440 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn,
443 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
446 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn,
449 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn,
452 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn,
455 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn,
458 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, uint64_t Address,
460 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn, uint64_t Address,
462 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn, uint64_t Address,
464 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, uint64_t Address,
466 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn, uint64_t Address,
468 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn, uint64_t Address,
470 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn, uint64_t Address,
472 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn, uint64_t Address,
474 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, uint64_t Address,
476 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, uint64_t Address,
478 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, uint64_t Address,
480 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn, uint64_t Address,
482 static DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn, uint64_t Address,
484 static DecodeStatus DecodeVCVTImmOperand(MCInst &Inst, unsigned Insn,
487 static DecodeStatus
491 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn,
494 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val,
497 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val,
500 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val,
503 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val,
506 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val,
509 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
512 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
515 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
518 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
521 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn,
524 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn,
527 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, uint64_t Address,
529 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn,
532 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address,
534 static DecodeStatus DecodeT2Imm7S4(MCInst &Inst, unsigned Val, uint64_t Address,
536 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val,
539 static DecodeStatus DecodeT2AddrModeImm7s4(MCInst &Inst, unsigned Val,
542 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst, unsigned Val,
545 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, uint64_t Address,
548 static DecodeStatus DecodeT2Imm7(MCInst &Inst, unsigned Val, uint64_t Address,
550 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
554 static DecodeStatus DecodeTAddrModeImm7(MCInst &Inst, unsigned Val,
558 static DecodeStatus DecodeT2AddrModeImm7(MCInst &Inst, unsigned Val,
561 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Val,
564 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn,
567 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn,
570 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn,
573 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Insn,
576 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val,
579 static DecodeStatus DecodeThumbTableBranch(MCInst &Inst, unsigned Val,
582 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Val,
585 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val, uint64_t Address,
587 static DecodeStatus DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val,
590 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val,
593 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Val, uint64_t Address,
595 static DecodeStatus DecodeT2LDRDPreInstruction(MCInst &Inst, unsigned Insn,
598 static DecodeStatus DecodeT2STRDPreInstruction(MCInst &Inst, unsigned Insn,
601 static DecodeStatus DecodeT2Adr(MCInst &Inst, unsigned Val, uint64_t Address,
603 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Val,
606 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, unsigned Val,
610 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, uint64_t Address,
612 static DecodeStatus DecoderForMRRC2AndMCRR2(MCInst &Inst, unsigned Val,
615 static DecodeStatus DecodeForVMRSandVMSR(MCInst &Inst, unsigned Val,
620 static DecodeStatus DecodeBFLabelOperand(MCInst &Inst, unsigned val,
623 static DecodeStatus DecodeBFAfterTargetOperand(MCInst &Inst, unsigned val,
626 static DecodeStatus DecodePredNoALOperand(MCInst &Inst, unsigned Val,
629 static DecodeStatus DecodeLOLoop(MCInst &Inst, unsigned Insn, uint64_t Address,
631 static DecodeStatus DecodeLongShiftOperand(MCInst &Inst, unsigned Val,
634 static DecodeStatus DecodeVSCCLRM(MCInst &Inst, unsigned Insn, uint64_t Address,
636 static DecodeStatus DecodeVPTMaskOperand(MCInst &Inst, unsigned Val,
639 static DecodeStatus DecodeVpredROperand(MCInst &Inst, unsigned Val,
642 static DecodeStatus
645 static DecodeStatus
648 static DecodeStatus
651 static DecodeStatus
655 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Insn,
659 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val,
663 static DecodeStatus DecodeMVE_MEM_2_pre(MCInst &Inst, unsigned Val,
667 static DecodeStatus DecodeMVE_MEM_3_pre(MCInst &Inst, unsigned Val,
671 static DecodeStatus DecodePowerTwoOperand(MCInst &Inst, unsigned Val,
675 static DecodeStatus
678 static DecodeStatus DecodeMVEVMOVQtoDReg(MCInst &Inst, unsigned Insn,
681 static DecodeStatus DecodeMVEVMOVDRegtoQ(MCInst &Inst, unsigned Insn,
684 static DecodeStatus DecodeMVEVCVTt1fp(MCInst &Inst, unsigned Insn,
687 typedef DecodeStatus OperandDecoder(MCInst &Inst, unsigned Val,
691 static DecodeStatus DecodeMVEVCMP(MCInst &Inst, unsigned Insn, uint64_t Address,
693 static DecodeStatus DecodeMveVCTP(MCInst &Inst, unsigned Insn, uint64_t Address,
695 static DecodeStatus DecodeMVEVPNOT(MCInst &Inst, unsigned Insn,
698 static DecodeStatus
701 static DecodeStatus DecodeT2AddSubSPImm(MCInst &Inst, unsigned Insn,
714 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size, in checkDecodedInstruction()
717 DecodeStatus Result) { in checkDecodedInstruction()
772 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
781 DecodeStatus ARMDisassembler::getARMInstruction(MCInst &MI, uint64_t &Size, in getARMInstruction()
802 DecodeStatus Result = in getARMInstruction()
921 MCDisassembler::DecodeStatus
923 MCDisassembler::DecodeStatus S = Success; in AddThumbPredicate()
1042 DecodeStatus &S, MCInst &MI) const { in UpdateThumbVFPPredicate()
1072 DecodeStatus ARMDisassembler::getThumbInstruction(MCInst &MI, uint64_t &Size, in getThumbInstruction()
1088 DecodeStatus Result = in getThumbInstruction()
1296 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
1307 static DecodeStatus DecodeCLRMGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCLRMGPRRegisterClass()
1321 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass()
1324 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnopcRegisterClass()
1334 static DecodeStatus DecodeGPRnospRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnospRegisterClass()
1337 DecodeStatus S = MCDisassembler::Success; in DecodeGPRnospRegisterClass()
1347 static DecodeStatus
1350 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithAPSRRegisterClass()
1362 static DecodeStatus
1365 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRRegisterClass()
1380 static DecodeStatus
1383 DecodeStatus S = MCDisassembler::Success; in DecodeGPRwithZRnospRegisterClass()
1390 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass()
1403 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRPairRegisterClass()
1406 DecodeStatus S = MCDisassembler::Success; in DecodeGPRPairRegisterClass()
1421 static DecodeStatus
1435 static DecodeStatus DecodeGPRspRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRspRegisterClass()
1446 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass()
1477 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass()
1480 DecodeStatus S = MCDisassembler::Success; in DecoderGPRRegisterClass()
1503 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass()
1514 static DecodeStatus DecodeHPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHPRRegisterClass()
1531 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass()
1547 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass()
1555 static DecodeStatus DecodeSPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPR_8RegisterClass()
1563 static DecodeStatus DecodeDPR_VFP2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_VFP2RegisterClass()
1578 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQPRRegisterClass()
1599 static DecodeStatus DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPairRegisterClass()
1621 static DecodeStatus
1632 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand()
1635 DecodeStatus S = MCDisassembler::Success; in DecodePredicateOperand()
1650 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1660 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1663 DecodeStatus S = MCDisassembler::Success; in DecodeSORegImmOperand()
1698 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1701 DecodeStatus S = MCDisassembler::Success; in DecodeSORegRegOperand()
1734 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1737 DecodeStatus S = MCDisassembler::Success; in DecodeRegListOperand()
1782 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1785 DecodeStatus S = MCDisassembler::Success; in DecodeSPRRegListOperand()
1807 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1810 DecodeStatus S = MCDisassembler::Success; in DecodeDPRRegListOperand()
1833 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1844 DecodeStatus S = MCDisassembler::Success; in DecodeBitfieldMaskOperand()
1861 static DecodeStatus DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, in DecodeCopMemInstruction()
1864 DecodeStatus S = MCDisassembler::Success; in DecodeCopMemInstruction()
2040 static DecodeStatus
2043 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode2IdxInstruction()
2146 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
2149 DecodeStatus S = MCDisassembler::Success; in DecodeSORegMemOperand()
2190 static DecodeStatus DecodeTSBInstruction(MCInst &Inst, unsigned Insn, in DecodeTSBInstruction()
2203 static DecodeStatus DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, in DecodeAddrMode3Instruction()
2206 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode3Instruction()
2395 static DecodeStatus DecodeRFEInstruction(MCInst &Inst, unsigned Insn, in DecodeRFEInstruction()
2398 DecodeStatus S = MCDisassembler::Success; in DecodeRFEInstruction()
2425 static DecodeStatus DecodeQADDInstruction(MCInst &Inst, unsigned Insn, in DecodeQADDInstruction()
2428 DecodeStatus S = MCDisassembler::Success; in DecodeQADDInstruction()
2449 static DecodeStatus
2453 DecodeStatus S = MCDisassembler::Success; in DecodeMemMultipleWritebackInstruction()
2542 static DecodeStatus DecodeHINTInstruction(MCInst &Inst, unsigned Insn, in DecodeHINTInstruction()
2550 DecodeStatus S = MCDisassembler::Success; in DecodeHINTInstruction()
2565 static DecodeStatus DecodeCPSInstruction(MCInst &Inst, unsigned Insn, in DecodeCPSInstruction()
2573 DecodeStatus S = MCDisassembler::Success; in DecodeCPSInstruction()
2613 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction()
2621 DecodeStatus S = MCDisassembler::Success; in DecodeT2CPSInstruction()
2656 static DecodeStatus
2681 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction()
2684 DecodeStatus S = MCDisassembler::Success; in DecodeT2MOVTWInstruction()
2706 static DecodeStatus DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeArmMOVTWInstruction()
2709 DecodeStatus S = MCDisassembler::Success; in DecodeArmMOVTWInstruction()
2734 static DecodeStatus DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, in DecodeSMLAInstruction()
2737 DecodeStatus S = MCDisassembler::Success; in DecodeSMLAInstruction()
2763 static DecodeStatus DecodeTSTInstruction(MCInst &Inst, unsigned Insn, in DecodeTSTInstruction()
2766 DecodeStatus S = MCDisassembler::Success; in DecodeTSTInstruction()
2785 static DecodeStatus DecodeSETPANInstruction(MCInst &Inst, unsigned Insn, in DecodeSETPANInstruction()
2788 DecodeStatus S = MCDisassembler::Success; in DecodeSETPANInstruction()
2814 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand()
2817 DecodeStatus S = MCDisassembler::Success; in DecodeAddrModeImm12Operand()
2835 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand()
2838 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode5Operand()
2856 static DecodeStatus DecodeAddrMode5FP16Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5FP16Operand()
2859 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode5FP16Operand()
2877 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode7Operand()
2883 static DecodeStatus DecodeT2BInstruction(MCInst &Inst, unsigned Insn, in DecodeT2BInstruction()
2886 DecodeStatus Status = MCDisassembler::Success; in DecodeT2BInstruction()
2910 static DecodeStatus DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, in DecodeBranchImmInstruction()
2913 DecodeStatus S = MCDisassembler::Success; in DecodeBranchImmInstruction()
2940 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand()
2943 DecodeStatus S = MCDisassembler::Success; in DecodeAddrMode6Operand()
2958 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn, in DecodeVLDInstruction()
2961 DecodeStatus S = MCDisassembler::Success; in DecodeVLDInstruction()
3235 static DecodeStatus DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST1Instruction()
3249 static DecodeStatus DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST2Instruction()
3265 static DecodeStatus DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST3Instruction()
3279 static DecodeStatus DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, in DecodeVLDST4Instruction()
3290 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn, in DecodeVSTInstruction()
3293 DecodeStatus S = MCDisassembler::Success; in DecodeVSTInstruction()
3561 static DecodeStatus DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD1DupInstruction()
3564 DecodeStatus S = MCDisassembler::Success; in DecodeVLD1DupInstruction()
3609 static DecodeStatus DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD2DupInstruction()
3612 DecodeStatus S = MCDisassembler::Success; in DecodeVLD2DupInstruction()
3658 static DecodeStatus DecodeVLD3DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD3DupInstruction()
3661 DecodeStatus S = MCDisassembler::Success; in DecodeVLD3DupInstruction()
3694 static DecodeStatus DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn, in DecodeVLD4DupInstruction()
3697 DecodeStatus S = MCDisassembler::Success; in DecodeVLD4DupInstruction()
3747 static DecodeStatus DecodeVMOVModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeVMOVModImmInstruction()
3750 DecodeStatus S = MCDisassembler::Success; in DecodeVMOVModImmInstruction()
3793 static DecodeStatus DecodeMVEModImmInstruction(MCInst &Inst, unsigned Insn, in DecodeMVEModImmInstruction()
3796 DecodeStatus S = MCDisassembler::Success; in DecodeMVEModImmInstruction()
3822 static DecodeStatus DecodeMVEVADCInstruction(MCInst &Inst, unsigned Insn, in DecodeMVEVADCInstruction()
3825 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVADCInstruction()
3848 static DecodeStatus DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, in DecodeVSHLMaxInstruction()
3851 DecodeStatus S = MCDisassembler::Success; in DecodeVSHLMaxInstruction()
3868 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight8Imm()
3875 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight16Imm()
3882 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight32Imm()
3889 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight64Imm()
3896 static DecodeStatus DecodeTBLInstruction(MCInst &Inst, unsigned Insn, in DecodeTBLInstruction()
3899 DecodeStatus S = MCDisassembler::Success; in DecodeTBLInstruction()
3933 static DecodeStatus DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSpecialReg()
3936 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddSpecialReg()
3958 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand()
3967 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand()
3976 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand()
3985 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR()
3988 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddrModeRR()
4001 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS()
4004 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddrModeIS()
4016 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC()
4027 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP()
4036 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg()
4039 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeSOReg()
4066 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift()
4069 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadShift()
4150 static DecodeStatus DecodeT2LoadImm8(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm8()
4153 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadImm8()
4235 static DecodeStatus DecodeT2LoadImm12(MCInst &Inst, unsigned Insn, in DecodeT2LoadImm12()
4238 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadImm12()
4316 static DecodeStatus DecodeT2LoadT(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeT2LoadT()
4318 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadT()
4355 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel()
4358 DecodeStatus S = MCDisassembler::Success; in DecodeT2LoadLabel()
4409 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm8S4()
4423 static DecodeStatus DecodeT2Imm7S4(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm7S4()
4438 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8s4()
4441 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm8s4()
4454 static DecodeStatus DecodeT2AddrModeImm7s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm7s4()
4457 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm7s4()
4470 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm0_1020s4()
4473 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm0_1020s4()
4486 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm8()
4499 static DecodeStatus DecodeT2Imm7(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2Imm7()
4513 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8()
4516 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm8()
4561 static DecodeStatus DecodeTAddrModeImm7(MCInst &Inst, unsigned Val, in DecodeTAddrModeImm7()
4564 DecodeStatus S = MCDisassembler::Success; in DecodeTAddrModeImm7()
4578 static DecodeStatus DecodeT2AddrModeImm7(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm7()
4581 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm7()
4596 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn, in DecodeT2LdStPre()
4599 DecodeStatus S = MCDisassembler::Success; in DecodeT2LdStPre()
4658 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12()
4661 DecodeStatus S = MCDisassembler::Success; in DecodeT2AddrModeImm12()
4685 static DecodeStatus DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPImm()
4697 static DecodeStatus DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, in DecodeThumbAddSPReg()
4700 DecodeStatus S = MCDisassembler::Success; in DecodeThumbAddSPReg()
4723 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn, in DecodeThumbCPS()
4735 static DecodeStatus DecodePostIdxReg(MCInst &Inst, unsigned Insn, in DecodePostIdxReg()
4738 DecodeStatus S = MCDisassembler::Success; in DecodePostIdxReg()
4749 static DecodeStatus DecodeMveAddrModeRQ(MCInst &Inst, unsigned Insn, in DecodeMveAddrModeRQ()
4752 DecodeStatus S = MCDisassembler::Success; in DecodeMveAddrModeRQ()
4765 static DecodeStatus DecodeMveAddrModeQ(MCInst &Inst, unsigned Insn, in DecodeMveAddrModeQ()
4768 DecodeStatus S = MCDisassembler::Success; in DecodeMveAddrModeQ()
4788 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, in DecodeThumbBLXOffset()
4813 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Val, in DecodeCoprocessor()
4829 static DecodeStatus DecodeThumbTableBranch(MCInst &Inst, unsigned Insn, in DecodeThumbTableBranch()
4834 DecodeStatus S = MCDisassembler::Success; in DecodeThumbTableBranch()
4847 static DecodeStatus DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, in DecodeThumb2BCCInstruction()
4850 DecodeStatus S = MCDisassembler::Success; in DecodeThumb2BCCInstruction()
4890 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeT2SOImm()
4921 static DecodeStatus DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val, in DecodeThumbBCCTargetOperand()
4930 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, in DecodeThumbBLTargetOperand()
4954 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption()
4964 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val, in DecodeInstSyncBarrierOption()
4974 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeMSRMask()
4976 DecodeStatus S = MCDisassembler::Success; in DecodeMSRMask()
5075 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Val, in DecodeBankedReg()
5091 static DecodeStatus DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn, in DecodeDoubleRegLoad()
5094 DecodeStatus S = MCDisassembler::Success; in DecodeDoubleRegLoad()
5113 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore()
5116 DecodeStatus S = MCDisassembler::Success; in DecodeDoubleRegStore()
5139 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn, in DecodeLDRPreImm()
5142 DecodeStatus S = MCDisassembler::Success; in DecodeLDRPreImm()
5165 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn, in DecodeLDRPreReg()
5168 DecodeStatus S = MCDisassembler::Success; in DecodeLDRPreReg()
5193 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn, in DecodeSTRPreImm()
5196 DecodeStatus S = MCDisassembler::Success; in DecodeSTRPreImm()
5219 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn, in DecodeSTRPreReg()
5222 DecodeStatus S = MCDisassembler::Success; in DecodeSTRPreReg()
5245 static DecodeStatus DecodeVLD1LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVLD1LN()
5247 DecodeStatus S = MCDisassembler::Success; in DecodeVLD1LN()
5312 static DecodeStatus DecodeVST1LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVST1LN()
5314 DecodeStatus S = MCDisassembler::Success; in DecodeVST1LN()
5377 static DecodeStatus DecodeVLD2LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVLD2LN()
5379 DecodeStatus S = MCDisassembler::Success; in DecodeVLD2LN()
5444 static DecodeStatus DecodeVST2LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVST2LN()
5446 DecodeStatus S = MCDisassembler::Success; in DecodeVST2LN()
5507 static DecodeStatus DecodeVLD3LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVLD3LN()
5509 DecodeStatus S = MCDisassembler::Success; in DecodeVLD3LN()
5577 static DecodeStatus DecodeVST3LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVST3LN()
5579 DecodeStatus S = MCDisassembler::Success; in DecodeVST3LN()
5640 static DecodeStatus DecodeVLD4LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVLD4LN()
5642 DecodeStatus S = MCDisassembler::Success; in DecodeVLD4LN()
5721 static DecodeStatus DecodeVST4LN(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVST4LN()
5723 DecodeStatus S = MCDisassembler::Success; in DecodeVST4LN()
5793 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVMOVSRR()
5795 DecodeStatus S = MCDisassembler::Success; in DecodeVMOVSRR()
5819 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVMOVRRS()
5821 DecodeStatus S = MCDisassembler::Success; in DecodeVMOVRRS()
5845 static DecodeStatus DecodeIT(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeIT()
5847 DecodeStatus S = MCDisassembler::Success; in DecodeIT()
5874 static DecodeStatus DecodeT2LDRDPreInstruction(MCInst &Inst, unsigned Insn, in DecodeT2LDRDPreInstruction()
5877 DecodeStatus S = MCDisassembler::Success; in DecodeT2LDRDPreInstruction()
5911 static DecodeStatus DecodeT2STRDPreInstruction(MCInst &Inst, unsigned Insn, in DecodeT2STRDPreInstruction()
5914 DecodeStatus S = MCDisassembler::Success; in DecodeT2STRDPreInstruction()
5946 static DecodeStatus DecodeT2Adr(MCInst &Inst, uint32_t Insn, uint64_t Address, in DecodeT2Adr()
5953 DecodeStatus S = DecoderGPRRegisterClass(Inst, Rd, Address, Decoder); in DecodeT2Adr()
5972 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand()
5975 DecodeStatus S = MCDisassembler::Success; in DecodeT2ShifterImmOperand()
5983 static DecodeStatus DecodeSwap(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeSwap()
5993 DecodeStatus S = MCDisassembler::Success; in DecodeSwap()
6010 static DecodeStatus DecodeVCVTD(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVCVTD()
6024 DecodeStatus S = MCDisassembler::Success; in DecodeVCVTD()
6069 static DecodeStatus DecodeVCVTQ(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVCVTQ()
6083 DecodeStatus S = MCDisassembler::Success; in DecodeVCVTQ()
6128 static DecodeStatus
6141 DecodeStatus S = MCDisassembler::Success; in DecodeNEONComplexLane64Instruction()
6161 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeLDR()
6163 DecodeStatus S = MCDisassembler::Success; in DecodeLDR()
6188 static DecodeStatus DecoderForMRRC2AndMCRR2(MCInst &Inst, unsigned Val, in DecoderForMRRC2AndMCRR2()
6191 DecodeStatus S = MCDisassembler::Success; in DecoderForMRRC2AndMCRR2()
6234 static DecodeStatus DecodeForVMRSandVMSR(MCInst &Inst, unsigned Val, in DecodeForVMRSandVMSR()
6239 DecodeStatus S = MCDisassembler::Success; in DecodeForVMRSandVMSR()
6286 static DecodeStatus DecodeBFLabelOperand(MCInst &Inst, unsigned Val, in DecodeBFLabelOperand()
6289 DecodeStatus S = MCDisassembler::Success; in DecodeBFLabelOperand()
6305 static DecodeStatus DecodeBFAfterTargetOperand(MCInst &Inst, unsigned Val, in DecodeBFAfterTargetOperand()
6317 static DecodeStatus DecodePredNoALOperand(MCInst &Inst, unsigned Val, in DecodePredNoALOperand()
6326 static DecodeStatus DecodeLOLoop(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeLOLoop()
6328 DecodeStatus S = MCDisassembler::Success; in DecodeLOLoop()
6388 static DecodeStatus DecodeLongShiftOperand(MCInst &Inst, unsigned Val, in DecodeLongShiftOperand()
6391 DecodeStatus S = MCDisassembler::Success; in DecodeLongShiftOperand()
6401 static DecodeStatus DecodetGPROddRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPROddRegisterClass()
6412 static DecodeStatus DecodetGPREvenRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPREvenRegisterClass()
6423 static DecodeStatus
6441 static DecodeStatus DecodeVSCCLRM(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeVSCCLRM()
6443 DecodeStatus S = MCDisassembler::Success; in DecodeVSCCLRM()
6467 static DecodeStatus DecodeMQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMQPRRegisterClass()
6483 static DecodeStatus DecodeMQQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMQQPRRegisterClass()
6499 static DecodeStatus DecodeMQQQQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMQQQQPRRegisterClass()
6510 static DecodeStatus DecodeVPTMaskOperand(MCInst &Inst, unsigned Val, in DecodeVPTMaskOperand()
6513 DecodeStatus S = MCDisassembler::Success; in DecodeVPTMaskOperand()
6541 static DecodeStatus DecodeVpredROperand(MCInst &Inst, unsigned RegNo, in DecodeVpredROperand()
6554 static DecodeStatus
6561 static DecodeStatus
6583 static DecodeStatus
6590 static DecodeStatus
6621 static DecodeStatus DecodeVCVTImmOperand(MCInst &Inst, unsigned Val, in DecodeVCVTImmOperand()
6624 DecodeStatus S = MCDisassembler::Success; in DecodeVCVTImmOperand()
6665 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Val, in DecodeVSTRVLDR_SYSREG()
6688 DecodeStatus S = MCDisassembler::Success; in DecodeVSTRVLDR_SYSREG()
6708 static inline DecodeStatus
6712 DecodeStatus S = MCDisassembler::Success; in DecodeMVE_MEM_pre()
6729 static DecodeStatus DecodeMVE_MEM_1_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_1_pre()
6739 static DecodeStatus DecodeMVE_MEM_2_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_2_pre()
6749 static DecodeStatus DecodeMVE_MEM_3_pre(MCInst &Inst, unsigned Val, in DecodeMVE_MEM_3_pre()
6759 static DecodeStatus DecodePowerTwoOperand(MCInst &Inst, unsigned Val, in DecodePowerTwoOperand()
6762 DecodeStatus S = MCDisassembler::Success; in DecodePowerTwoOperand()
6772 static DecodeStatus
6775 DecodeStatus S = MCDisassembler::Success; in DecodeMVEPairVectorIndexOperand()
6782 static DecodeStatus DecodeMVEVMOVQtoDReg(MCInst &Inst, unsigned Insn, in DecodeMVEVMOVQtoDReg()
6785 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVMOVQtoDReg()
6806 static DecodeStatus DecodeMVEVMOVDRegtoQ(MCInst &Inst, unsigned Insn, in DecodeMVEVMOVDRegtoQ()
6809 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVMOVDRegtoQ()
6832 static DecodeStatus
6835 DecodeStatus S = MCDisassembler::Success; in DecodeMVEOverlappingLongShift()
6912 static DecodeStatus DecodeMVEVCVTt1fp(MCInst &Inst, unsigned Insn, in DecodeMVEVCVTt1fp()
6915 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVCVTt1fp()
6933 static DecodeStatus DecodeMVEVCMP(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMVEVCMP()
6935 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVCMP()
6970 static DecodeStatus DecodeMveVCTP(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeMveVCTP()
6972 DecodeStatus S = MCDisassembler::Success; in DecodeMveVCTP()
6980 static DecodeStatus DecodeMVEVPNOT(MCInst &Inst, unsigned Insn, in DecodeMVEVPNOT()
6983 DecodeStatus S = MCDisassembler::Success; in DecodeMVEVPNOT()
6989 static DecodeStatus DecodeT2AddSubSPImm(MCInst &Inst, unsigned Insn, in DecodeT2AddSubSPImm()
7005 DecodeStatus DS = MCDisassembler::Success; in DecodeT2AddSubSPImm()