Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:ShiftAmount

129                                            unsigned ShiftAmount,
134 DecodeNeonMovImmShiftOperand(llvm::MCInst &Inst, unsigned ShiftAmount,
138 unsigned ShiftAmount,
448 unsigned ShiftAmount,
452 if (ShiftAmount > 4)
455 Inst.addOperand(MCOperand::CreateImm(ShiftAmount));
460 unsigned ShiftAmount,
464 if (ShiftAmount > 31)
467 Inst.addOperand(MCOperand::CreateImm(ShiftAmount));
822 DecodeNeonMovImmShiftOperand(llvm::MCInst &Inst, unsigned ShiftAmount,
831 if ((!IsLSL || (IsLSL && IsHalf)) && ShiftAmount != 0 && ShiftAmount != 1)
835 if (IsLSL && ShiftAmount > 3)
838 Inst.addOperand(MCOperand::CreateImm(ShiftAmount));