Lines Matching refs:ShiftImm
213 uint64_t ShiftImm, bool SetFlags = false,
218 uint64_t ShiftImm, bool SetFlags = false,
246 AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm,
254 uint64_t ShiftImm);
1358 unsigned ShiftImm; in emitAddSub_ri() local
1360 ShiftImm = 0; in emitAddSub_ri()
1362 ShiftImm = 12; in emitAddSub_ri()
1391 .addImm(getShifterImm(AArch64_AM::LSL, ShiftImm)); in emitAddSub_ri()
1399 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rs() argument
1409 if (ShiftImm >= RetVT.getSizeInBits()) in emitAddSub_rs()
1434 .addImm(getShifterImm(ShiftType, ShiftImm)); in emitAddSub_rs()
1442 uint64_t ShiftImm, bool SetFlags, in emitAddSub_rx() argument
1451 if (ShiftImm >= 4) in emitAddSub_rx()
1479 .addImm(getArithExtendImm(ExtType, ShiftImm)); in emitAddSub_rx()
1599 uint64_t ShiftImm, bool WantResult) { in emitSubs_rs() argument
1601 RHSIsKill, ShiftType, ShiftImm, /*SetFlags=*/true, in emitSubs_rs()
1738 uint64_t ShiftImm) { in emitLogicalOp_rs() argument
1748 if (ShiftImm >= RetVT.getSizeInBits()) in emitLogicalOp_rs()
1770 AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftImm)); in emitLogicalOp_rs()