Lines Matching refs:addOperand

231     ITInst.addOperand(MCOperand::createImm(ITState.Cond));  in flushPendingInstructions()
232 ITInst.addOperand(MCOperand::createImm(Mask)); in flushPendingInstructions()
1998 Inst.addOperand(MCOperand::createImm(0)); in addExpr()
2000 Inst.addOperand(MCOperand::createImm(CE->getValue())); in addExpr()
2002 Inst.addOperand(MCOperand::createExpr(Expr)); in addExpr()
2017 Inst.addOperand(MCOperand::createImm(unsigned(getCondCode()))); in addCondCodeOperands()
2019 Inst.addOperand(MCOperand::createReg(RegNum)); in addCondCodeOperands()
2024 Inst.addOperand(MCOperand::createImm(getCoproc())); in addCoprocNumOperands()
2029 Inst.addOperand(MCOperand::createImm(getCoproc())); in addCoprocRegOperands()
2034 Inst.addOperand(MCOperand::createImm(CoprocOption.Val)); in addCoprocOptionOperands()
2039 Inst.addOperand(MCOperand::createImm(ITMask.Mask)); in addITMaskOperands()
2044 Inst.addOperand(MCOperand::createImm(unsigned(getCondCode()))); in addITCondCodeOperands()
2049 Inst.addOperand(MCOperand::createReg(getReg())); in addCCOutOperands()
2054 Inst.addOperand(MCOperand::createReg(getReg())); in addRegOperands()
2061 Inst.addOperand(MCOperand::createReg(RegShiftedReg.SrcReg)); in addRegShiftedRegOperands()
2062 Inst.addOperand(MCOperand::createReg(RegShiftedReg.ShiftReg)); in addRegShiftedRegOperands()
2063 Inst.addOperand(MCOperand::createImm( in addRegShiftedRegOperands()
2071 Inst.addOperand(MCOperand::createReg(RegShiftedImm.SrcReg)); in addRegShiftedImmOperands()
2074 Inst.addOperand(MCOperand::createImm( in addRegShiftedImmOperands()
2080 Inst.addOperand(MCOperand::createImm((ShifterImm.isASR << 5) | in addShifterImmOperands()
2089 Inst.addOperand(MCOperand::createReg(*I)); in addRegListOperands()
2103 Inst.addOperand(MCOperand::createImm(RotImm.Imm >> 3)); in addRotImmOperands()
2113 Inst.addOperand(MCOperand::createImm(ModImm.Bits | (ModImm.Rot << 7))); in addModImmOperands()
2120 Inst.addOperand(MCOperand::createImm(Enc)); in addModImmNotOperands()
2127 Inst.addOperand(MCOperand::createImm(Enc)); in addModImmNegOperands()
2134 Inst.addOperand(MCOperand::createImm(Val)); in addThumbModImmNeg8_255Operands()
2141 Inst.addOperand(MCOperand::createImm(Val)); in addThumbModImmNeg1_7Operands()
2152 Inst.addOperand(MCOperand::createImm(Mask)); in addBitfieldOperands()
2163 Inst.addOperand(MCOperand::createImm(16 - CE->getValue())); in addFBits16Operands()
2169 Inst.addOperand(MCOperand::createImm(32 - CE->getValue())); in addFBits32Operands()
2176 Inst.addOperand(MCOperand::createImm(Val)); in addFPImmOperands()
2184 Inst.addOperand(MCOperand::createImm(CE->getValue())); in addImm8s4Operands()
2192 Inst.addOperand(MCOperand::createImm(CE->getValue() / 4)); in addImm0_1020s4Operands()
2200 Inst.addOperand(MCOperand::createImm(-(CE->getValue() / 4))); in addImm0_508s4NegOperands()
2208 Inst.addOperand(MCOperand::createImm(CE->getValue() / 4)); in addImm0_508s4Operands()
2216 Inst.addOperand(MCOperand::createImm(CE->getValue() - 1)); in addImm1_16Operands()
2224 Inst.addOperand(MCOperand::createImm(CE->getValue() - 1)); in addImm1_32Operands()
2233 Inst.addOperand(MCOperand::createImm((Imm == 32 ? 0 : Imm))); in addImmThumbSROperands()
2242 Inst.addOperand(MCOperand::createImm(Val == 32 ? 0 : Val)); in addPKHASRImmOperands()
2250 Inst.addOperand(MCOperand::createImm(~(uint32_t)CE->getValue())); in addT2SOImmNotOperands()
2258 Inst.addOperand(MCOperand::createImm(-(uint32_t)CE->getValue())); in addT2SOImmNegOperands()
2266 Inst.addOperand(MCOperand::createImm(-(uint32_t)CE->getValue())); in addImm0_4095NegOperands()
2271 Inst.addOperand(MCOperand::createImm(CE->getValue() >> 2)); in addUnsignedOffset_b8s2Operands()
2277 Inst.addOperand(MCOperand::createExpr(SR)); in addUnsignedOffset_b8s2Operands()
2285 Inst.addOperand(MCOperand::createImm(CE->getValue())); in addThumbMemPCOperands()
2292 Inst.addOperand(MCOperand::createExpr(SR)); in addThumbMemPCOperands()
2298 Inst.addOperand(MCOperand::createImm(Memory.OffsetImm->getValue())); in addThumbMemPCOperands()
2303 Inst.addOperand(MCOperand::createImm(unsigned(getMemBarrierOpt()))); in addMemBarrierOptOperands()
2308 Inst.addOperand(MCOperand::createImm(unsigned(getInstSyncBarrierOpt()))); in addInstSyncBarrierOptOperands()
2313 Inst.addOperand(MCOperand::createImm(unsigned(getTraceSyncBarrierOpt()))); in addTraceSyncBarrierOptOperands()
2318 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemNoOffsetOperands()
2324 Inst.addOperand(MCOperand::createImm(Imm)); in addMemPCRelImm12Operands()
2334 Inst.addOperand(MCOperand::createExpr(getImm())); in addAdrLabelOperands()
2340 Inst.addOperand(MCOperand::createImm(Val)); in addAdrLabelOperands()
2345 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addAlignedMemoryOperands()
2346 Inst.addOperand(MCOperand::createImm(Memory.Alignment)); in addAlignedMemoryOperands()
2408 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addAddrMode2Operands()
2409 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addAddrMode2Operands()
2410 Inst.addOperand(MCOperand::createImm(Val)); in addAddrMode2Operands()
2423 Inst.addOperand(MCOperand::createReg(0)); in addAM2OffsetImmOperands()
2424 Inst.addOperand(MCOperand::createImm(Val)); in addAM2OffsetImmOperands()
2433 Inst.addOperand(MCOperand::createExpr(getImm())); in addAddrMode3Operands()
2434 Inst.addOperand(MCOperand::createReg(0)); in addAddrMode3Operands()
2435 Inst.addOperand(MCOperand::createImm(0)); in addAddrMode3Operands()
2451 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addAddrMode3Operands()
2452 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addAddrMode3Operands()
2453 Inst.addOperand(MCOperand::createImm(Val)); in addAddrMode3Operands()
2461 Inst.addOperand(MCOperand::createReg(PostIdxReg.RegNum)); in addAM3OffsetOperands()
2462 Inst.addOperand(MCOperand::createImm(Val)); in addAM3OffsetOperands()
2474 Inst.addOperand(MCOperand::createReg(0)); in addAM3OffsetOperands()
2475 Inst.addOperand(MCOperand::createImm(Val)); in addAM3OffsetOperands()
2484 Inst.addOperand(MCOperand::createExpr(getImm())); in addAddrMode5Operands()
2485 Inst.addOperand(MCOperand::createImm(0)); in addAddrMode5Operands()
2496 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addAddrMode5Operands()
2497 Inst.addOperand(MCOperand::createImm(Val)); in addAddrMode5Operands()
2506 Inst.addOperand(MCOperand::createExpr(getImm())); in addAddrMode5FP16Operands()
2507 Inst.addOperand(MCOperand::createImm(0)); in addAddrMode5FP16Operands()
2518 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addAddrMode5FP16Operands()
2519 Inst.addOperand(MCOperand::createImm(Val)); in addAddrMode5FP16Operands()
2528 Inst.addOperand(MCOperand::createExpr(getImm())); in addMemImm8s4OffsetOperands()
2529 Inst.addOperand(MCOperand::createImm(0)); in addMemImm8s4OffsetOperands()
2534 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemImm8s4OffsetOperands()
2535 Inst.addOperand(MCOperand::createImm(Val)); in addMemImm8s4OffsetOperands()
2542 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemImm0_1020s4OffsetOperands()
2543 Inst.addOperand(MCOperand::createImm(Val)); in addMemImm0_1020s4OffsetOperands()
2549 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemImm8OffsetOperands()
2550 Inst.addOperand(MCOperand::createImm(Val)); in addMemImm8OffsetOperands()
2566 Inst.addOperand(MCOperand::createImm(0)); in addMemUImm12OffsetOperands()
2572 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemUImm12OffsetOperands()
2573 Inst.addOperand(MCOperand::createImm(Val)); in addMemUImm12OffsetOperands()
2581 Inst.addOperand(MCOperand::createImm(0)); in addMemImm12OffsetOperands()
2587 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemImm12OffsetOperands()
2588 Inst.addOperand(MCOperand::createImm(Val)); in addMemImm12OffsetOperands()
2601 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemTBBOperands()
2602 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addMemTBBOperands()
2607 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemTBHOperands()
2608 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addMemTBHOperands()
2616 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemRegOffsetOperands()
2617 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addMemRegOffsetOperands()
2618 Inst.addOperand(MCOperand::createImm(Val)); in addMemRegOffsetOperands()
2623 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addT2MemRegOffsetOperands()
2624 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addT2MemRegOffsetOperands()
2625 Inst.addOperand(MCOperand::createImm(Memory.ShiftImm)); in addT2MemRegOffsetOperands()
2630 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemThumbRROperands()
2631 Inst.addOperand(MCOperand::createReg(Memory.OffsetRegNum)); in addMemThumbRROperands()
2637 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemThumbRIs4Operands()
2638 Inst.addOperand(MCOperand::createImm(Val)); in addMemThumbRIs4Operands()
2644 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemThumbRIs2Operands()
2645 Inst.addOperand(MCOperand::createImm(Val)); in addMemThumbRIs2Operands()
2651 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemThumbRIs1Operands()
2652 Inst.addOperand(MCOperand::createImm(Val)); in addMemThumbRIs1Operands()
2658 Inst.addOperand(MCOperand::createReg(Memory.BaseRegNum)); in addMemThumbSPIOperands()
2659 Inst.addOperand(MCOperand::createImm(Val)); in addMemThumbSPIOperands()
2670 Inst.addOperand(MCOperand::createImm(Imm)); in addPostIdxImm8Operands()
2682 Inst.addOperand(MCOperand::createImm(Imm)); in addPostIdxImm8s4Operands()
2687 Inst.addOperand(MCOperand::createReg(PostIdxReg.RegNum)); in addPostIdxRegOperands()
2688 Inst.addOperand(MCOperand::createImm(PostIdxReg.isAdd)); in addPostIdxRegOperands()
2693 Inst.addOperand(MCOperand::createReg(PostIdxReg.RegNum)); in addPostIdxRegShiftedOperands()
2699 Inst.addOperand(MCOperand::createImm(Imm)); in addPostIdxRegShiftedOperands()
2704 Inst.addOperand(MCOperand::createImm(unsigned(getMSRMask()))); in addMSRMaskOperands()
2709 Inst.addOperand(MCOperand::createImm(unsigned(getBankedReg()))); in addBankedRegOperands()
2714 Inst.addOperand(MCOperand::createImm(unsigned(getProcIFlags()))); in addProcIFlagsOperands()
2719 Inst.addOperand(MCOperand::createReg(VectorList.RegNum)); in addVecListOperands()
2724 Inst.addOperand(MCOperand::createReg(VectorList.RegNum)); in addVecListIndexedOperands()
2725 Inst.addOperand(MCOperand::createImm(VectorList.LaneIndex)); in addVecListIndexedOperands()
2730 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex8Operands()
2735 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex16Operands()
2740 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex32Operands()
2745 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex64Operands()
2753 Inst.addOperand(MCOperand::createImm(CE->getValue() | 0xe00)); in addNEONi8splatOperands()
2762 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi16splatOperands()
2771 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi16splatNotOperands()
2780 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi32splatOperands()
2789 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi32splatNotOperands()
2804 Inst.addOperand(MCOperand::createImm(B)); in addNEONi8ReplicateOperands()
2827 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi32vmovOperands()
2848 Inst.addOperand(MCOperand::createImm(Elem)); in addNEONvmovi16ReplicateOperands()
2856 Inst.addOperand(MCOperand::createImm(Value)); in addNEONi32vmovNegOperands()
2870 Inst.addOperand(MCOperand::createImm(Elem)); in addNEONvmovi32ReplicateOperands()
2882 Inst.addOperand(MCOperand::createImm(Imm | 0x1e00)); in addNEONi64splatOperands()
2888 Inst.addOperand(MCOperand::createImm(CE->getValue() / 90)); in addComplexRotationEvenOperands()
2894 Inst.addOperand(MCOperand::createImm((CE->getValue() - 90) / 180)); in addComplexRotationOddOperands()
5002 Inst.addOperand(Inst.getOperand(0)); in cvtThumbMultiply()
7179 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
7180 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
7181 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
7182 TmpInst.addOperand(MCOperand::createReg(0)); in processInstruction()
7183 TmpInst.addOperand(MCOperand::createImm(0)); in processInstruction()
7184 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
7185 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
7197 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
7198 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
7199 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
7200 TmpInst.addOperand(MCOperand::createReg(0)); in processInstruction()
7201 TmpInst.addOperand(MCOperand::createImm(0)); in processInstruction()
7202 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
7203 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
7215 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
7220 TmpInst.addOperand(MCOperand::createImm( in processInstruction()
7237 TmpInst.addOperand(MCOperand::createExpr(FixupAddr)); in processInstruction()
7239 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
7240 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
7329 TmpInst.addOperand(Inst.getOperand(0)); // Rt in processInstruction()
7330 TmpInst.addOperand(MCOperand::createImm(Value)); // Immediate in processInstruction()
7331 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
7332 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
7334 TmpInst.addOperand(MCOperand::createReg(0)); // S in processInstruction()
7343 TmpInst.addOperand(Inst.getOperand(0)); // Rt in processInstruction()
7344 TmpInst.addOperand(MCOperand::createExpr(CPLoc)); // offset to constpool in processInstruction()
7346 TmpInst.addOperand(MCOperand::createImm(0)); // unused offset in processInstruction()
7347 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
7348 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
7361 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7362 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7363 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7364 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7365 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7366 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7367 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7368 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7383 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7384 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7385 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7386 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7387 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7388 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7390 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7391 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7392 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7407 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7408 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7409 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7410 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7411 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7412 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7414 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7416 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7417 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7418 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7433 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7434 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7435 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7436 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7437 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7438 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7440 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7442 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7444 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7445 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7446 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7459 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7460 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7461 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7462 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7463 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7464 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7465 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7466 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7481 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7482 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7483 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7484 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7485 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7486 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7488 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7489 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7490 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7505 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7506 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7507 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7508 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7509 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7510 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7512 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7514 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7515 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7516 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7531 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7532 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7533 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7534 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7535 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7536 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7538 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7540 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7542 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7543 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7544 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7557 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7558 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7559 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7560 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7561 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7562 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7577 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7578 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7579 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7580 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7582 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7583 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7584 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7599 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7600 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7601 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7602 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7604 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7606 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7607 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7608 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7623 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7624 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7625 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7626 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7628 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7630 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7632 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7633 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7634 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7648 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7649 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7650 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7651 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7652 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7653 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7654 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7655 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7656 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7671 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7672 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7674 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7675 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7676 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7677 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7678 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7679 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7681 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7682 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7683 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7698 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7699 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7701 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7703 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7704 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7705 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7706 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7707 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7708 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7710 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7712 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7713 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7714 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7729 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7730 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7732 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7734 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7736 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7737 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7738 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7739 TmpInst.addOperand(Inst.getOperand(4)); // Rm in processInstruction()
7740 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7741 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7743 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7745 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7747 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7748 TmpInst.addOperand(Inst.getOperand(5)); // CondCode in processInstruction()
7749 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
7762 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7763 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7764 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7765 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7766 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7767 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7768 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7769 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7770 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7785 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7786 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7788 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7789 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7790 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7791 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7792 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7793 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7795 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7796 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7797 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7812 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7813 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7815 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7817 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7818 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7819 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7820 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7821 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7822 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7824 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7826 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7827 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7828 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7843 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7844 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7846 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7848 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7850 TmpInst.addOperand(Inst.getOperand(2)); // Rn_wb in processInstruction()
7851 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7852 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7853 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
7854 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7855 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7857 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7859 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7861 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7862 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7863 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7876 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7877 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7878 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7879 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7880 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7881 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7882 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7897 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7898 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7900 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7901 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7902 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7903 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7905 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7906 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7907 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7922 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7923 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7925 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7927 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7928 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7929 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7930 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7932 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7934 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7935 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7936 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7951 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7952 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7954 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7956 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7958 TmpInst.addOperand(Inst.getOperand(2)); // Rn in processInstruction()
7959 TmpInst.addOperand(Inst.getOperand(3)); // alignment in processInstruction()
7960 TmpInst.addOperand(Inst.getOperand(0)); // Tied operand src (== Vd) in processInstruction()
7961 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7963 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7965 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7967 TmpInst.addOperand(Inst.getOperand(1)); // lane in processInstruction()
7968 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
7969 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
7984 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
7985 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7987 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
7989 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
7990 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
7991 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
7992 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8006 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8007 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8009 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8011 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8012 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8013 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8014 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8015 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8016 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8030 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8031 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8033 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8035 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8036 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8037 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8038 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8039 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8040 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8055 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8056 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8058 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8060 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8061 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8062 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8063 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8077 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8078 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8080 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8082 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8083 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8084 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8085 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8086 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8087 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8101 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8102 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8104 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8106 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8107 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8108 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8109 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8110 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8111 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8126 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8127 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8129 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8131 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8133 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8134 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8135 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8136 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8150 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8151 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8153 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8155 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8157 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8158 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8159 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8160 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8161 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8162 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8176 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8177 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8179 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8181 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8183 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8184 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8185 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8186 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8187 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8188 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8203 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8204 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8206 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8208 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8210 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8211 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8212 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8213 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8227 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8228 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8230 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8232 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8234 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8235 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8236 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8237 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8238 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8239 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8253 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8254 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8256 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8258 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8260 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8261 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8262 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8263 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8264 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8265 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8280 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8281 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8282 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8283 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8285 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8287 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8288 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8302 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8303 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8304 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8305 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8306 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8307 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8309 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8311 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8312 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8326 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8327 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8328 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8329 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8330 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8331 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8333 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8335 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8336 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8351 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8352 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8353 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8354 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8356 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8358 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8360 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8361 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8375 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8376 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8377 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8378 TmpInst.addOperand(MCOperand::createReg(0)); // Rm in processInstruction()
8379 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8380 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8382 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8384 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8386 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8387 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8401 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8402 TmpInst.addOperand(Inst.getOperand(1)); // Rn_wb == tied Rn in processInstruction()
8403 TmpInst.addOperand(Inst.getOperand(2)); // alignment in processInstruction()
8404 TmpInst.addOperand(Inst.getOperand(3)); // Rm in processInstruction()
8405 TmpInst.addOperand(Inst.getOperand(0)); // Vd in processInstruction()
8406 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8408 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8410 TmpInst.addOperand(MCOperand::createReg(Inst.getOperand(0).getReg() + in processInstruction()
8412 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8413 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8436 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8437 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8438 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8439 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
8440 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8441 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8471 TmpInst.addOperand(Inst.getOperand(0)); // Rd in processInstruction()
8473 TmpInst.addOperand(MCOperand::createReg( in processInstruction()
8475 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8476 TmpInst.addOperand(Inst.getOperand(2)); // Rm in processInstruction()
8477 TmpInst.addOperand(Inst.getOperand(4)); // CondCode in processInstruction()
8478 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8480 TmpInst.addOperand(MCOperand::createReg( in processInstruction()
8524 TmpInst.addOperand(Inst.getOperand(0)); // Rd in processInstruction()
8526 TmpInst.addOperand(MCOperand::createReg( in processInstruction()
8528 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8530 TmpInst.addOperand(MCOperand::createImm(Amount)); in processInstruction()
8531 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8532 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8534 TmpInst.addOperand(MCOperand::createReg( in processInstruction()
8555 TmpInst.addOperand(Inst.getOperand(0)); // Rd in processInstruction()
8556 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8557 TmpInst.addOperand(Inst.getOperand(2)); // Rm in processInstruction()
8558 TmpInst.addOperand(MCOperand::createImm(Shifter)); // Shift value and ty in processInstruction()
8559 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8560 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8561 TmpInst.addOperand(Inst.getOperand(5)); // cc_out in processInstruction()
8586 TmpInst.addOperand(Inst.getOperand(0)); // Rd in processInstruction()
8587 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8589 TmpInst.addOperand(MCOperand::createImm(Shifter)); // Shift value and ty in processInstruction()
8590 TmpInst.addOperand(Inst.getOperand(3)); // CondCode in processInstruction()
8591 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8592 TmpInst.addOperand(Inst.getOperand(5)); // cc_out in processInstruction()
8600 TmpInst.addOperand(Inst.getOperand(0)); // Rd in processInstruction()
8601 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8602 TmpInst.addOperand(MCOperand::createImm(Shifter)); // Shift value and ty in processInstruction()
8603 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
8604 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8605 TmpInst.addOperand(Inst.getOperand(4)); // cc_out in processInstruction()
8616 TmpInst.addOperand(Inst.getOperand(4)); // Rt in processInstruction()
8617 TmpInst.addOperand(Inst.getOperand(0)); // Rn_wb in processInstruction()
8618 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8619 TmpInst.addOperand(MCOperand::createImm(4)); in processInstruction()
8620 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
8621 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8632 TmpInst.addOperand(Inst.getOperand(0)); // Rn_wb in processInstruction()
8633 TmpInst.addOperand(Inst.getOperand(4)); // Rt in processInstruction()
8634 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8635 TmpInst.addOperand(MCOperand::createImm(-4)); in processInstruction()
8636 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
8637 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8648 TmpInst.addOperand(Inst.getOperand(4)); // Rt in processInstruction()
8649 TmpInst.addOperand(Inst.getOperand(0)); // Rn_wb in processInstruction()
8650 TmpInst.addOperand(Inst.getOperand(1)); // Rn in processInstruction()
8651 TmpInst.addOperand(MCOperand::createReg(0)); // am2offset in processInstruction()
8652 TmpInst.addOperand(MCOperand::createImm(4)); in processInstruction()
8653 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
8654 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8666 TmpInst.addOperand(Inst.getOperand(0)); // Rn_wb in processInstruction()
8667 TmpInst.addOperand(Inst.getOperand(4)); // Rt in processInstruction()
8668 TmpInst.addOperand(Inst.getOperand(1)); // addrmode_imm12 in processInstruction()
8669 TmpInst.addOperand(MCOperand::createImm(-4)); in processInstruction()
8670 TmpInst.addOperand(Inst.getOperand(2)); // CondCode in processInstruction()
8671 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8682 Inst.addOperand(MCOperand::createReg(0)); // cc_out in processInstruction()
8691 Inst.addOperand(MCOperand::createReg(0)); // cc_out in processInstruction()
8729 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8730 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8731 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8732 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
8733 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8734 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8757 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8758 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8759 TmpInst.addOperand(Inst.getOperand(Swap ? 1 : 2)); in processInstruction()
8760 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8761 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8770 Inst.addOperand(MCOperand::createReg(0)); // cc_out in processInstruction()
8877 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8878 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8879 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8880 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
8881 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8898 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8899 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8900 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
8901 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8928 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8929 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8930 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8931 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8946 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8947 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8948 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
8949 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8950 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8980 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
8981 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
8982 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
8983 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
8984 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
8985 TmpInst.addOperand(Inst.getOperand(6)); in processInstruction()
9028 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
9029 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
9030 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
9031 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
9032 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
9033 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()
9062 TmpInst.addOperand(Inst.getOperand(0)); in processInstruction()
9063 TmpInst.addOperand(Inst.getOperand(5)); in processInstruction()
9065 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
9066 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
9068 TmpInst.addOperand(Inst.getOperand(2)); in processInstruction()
9069 TmpInst.addOperand(Inst.getOperand(1)); in processInstruction()
9071 TmpInst.addOperand(Inst.getOperand(3)); in processInstruction()
9072 TmpInst.addOperand(Inst.getOperand(4)); in processInstruction()