Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:shift_amount

10618                                      HValue** shift_amount) {
10637 *shift_amount = shr->right();
10975 HValue *operand, *shift_amount;
10978 MatchRotateRight(left, right, &operand, &shift_amount)) {
10979 instr = AddUncasted<HRor>(operand, shift_amount);