Home | History | Annotate | Download | only in interpreter

Lines Matching defs:shift_count

1671   Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f));
1672 Node* value = __ Word32Shl(lhs_value, shift_count);
1700 Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f));
1701 Node* value = __ Word32Sar(lhs_value, shift_count);