Lines Matching refs:ShiftAmount
194 unsigned ShiftAmount; member
333 return ShiftedImm.ShiftAmount; in getShiftedImmShift()
662 unsigned Shift = ShiftedImm.ShiftAmount; in isAddSubImm()
1629 unsigned ShiftAmount, in CreateShiftedImm() argument
1634 Op->ShiftedImm.ShiftAmount = ShiftAmount; in CreateShiftedImm()
2172 uint64_t ShiftAmount = 0; in tryParseAddSubImm() local
2178 ShiftAmount = 12; in tryParseAddSubImm()
2182 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, S, E, in tryParseAddSubImm()
2209 int64_t ShiftAmount = Parser.getTok().getIntVal(); in tryParseAddSubImm() local
2211 if (ShiftAmount < 0) { in tryParseAddSubImm()
2218 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, in tryParseAddSubImm()