Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ShiftAmount

346     unsigned ShiftAmount;
493 return ShiftedImm.ShiftAmount;
769 unsigned Shift = ShiftedImm.ShiftAmount;
1795 unsigned ShiftAmount = 0,
1803 Op->Reg.ShiftExtend.Amount = ShiftAmount;
1814 unsigned ShiftAmount = 0,
1819 auto Op = CreateReg(RegNum, Kind, S, E, Ctx, EqualsReg, ExtTy, ShiftAmount,
1859 unsigned ShiftAmount,
1864 Op->ShiftedImm.ShiftAmount = ShiftAmount;
2565 int64_t ShiftAmount = Parser.getTok().getIntVal();
2567 if (ShiftAmount < 0) {
2574 if (ShiftAmount == 0 && Imm != 0) {
2581 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount,