Home | History | Annotate | Download | only in src

Lines Matching defs:shift_amount

7706                                               HValue** shift_amount) {
7725 *shift_amount = shr->right();
7818 HValue* operand, *shift_amount;
7821 MatchRotateRight(left, right, &operand, &shift_amount)) {
7822 instr = new(zone()) HRor(context, operand, shift_amount);