Home | History | Annotate | Download | only in arm64

Lines Matching defs:shift_amount

1977   LOperand* shift_amount = UseConstant(hshift->right());
1987 res = new(zone()) LBitI(left, right, shift_op, shift_amount);
1989 res = new(zone()) LAddI(left, right, shift_op, shift_amount);
1992 res = new(zone()) LSubI(left, right, shift_op, shift_amount);