Lines Matching defs:ShiftAmount
437 unsigned ShiftAmount;
618 return ShiftedImm.ShiftAmount;
976 unsigned Shift = ShiftedImm.ShiftAmount;
2266 unsigned ShiftAmount = 0,
2274 Op->Reg.ShiftExtend.Amount = ShiftAmount;
2285 unsigned ShiftAmount = 0,
2291 auto Op = CreateReg(RegNum, Kind, S, E, Ctx, EqualsReg, ExtTy, ShiftAmount,
2371 unsigned ShiftAmount,
2376 Op->ShiftedImm.ShiftAmount = ShiftAmount;
3403 int64_t ShiftAmount = getTok().getIntVal();
3405 if (ShiftAmount < 0)
3410 if (ShiftAmount == 0 && Imm != nullptr) {
3416 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, S,