Bit shifting can refer to any one of those bitwise operations.
- left shift
 - logical right shift: right shift (zero fill)
 - arithmetic right shift: right shift (fill with most significant bit)
 
Bit shifting can refer to any one of those bitwise operations.