Lines Matching refs:ShiftAmount
414 unsigned ShiftAmount; member
586 return ShiftedImm.ShiftAmount; in getShiftedImmShift()
904 unsigned Shift = ShiftedImm.ShiftAmount; in isAddSubImm()
1983 unsigned ShiftAmount = 0, in CreateReg() argument
1991 Op->Reg.ShiftExtend.Amount = ShiftAmount; in CreateReg()
2002 unsigned ShiftAmount = 0, in CreateVectorReg() argument
2007 auto Op = CreateReg(RegNum, Kind, S, E, Ctx, EqualsReg, ExtTy, ShiftAmount, in CreateVectorReg()
2086 unsigned ShiftAmount, in CreateShiftedImm() argument
2091 Op->ShiftedImm.ShiftAmount = ShiftAmount; in CreateShiftedImm()
3014 int64_t ShiftAmount = getTok().getIntVal(); in tryParseImmWithOptionalShift() local
3016 if (ShiftAmount < 0) { in tryParseImmWithOptionalShift()
3023 if (ShiftAmount == 0 && Imm != nullptr) { in tryParseImmWithOptionalShift()
3029 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, S, in tryParseImmWithOptionalShift()