Lsh
left shifts the integer part of the displayed value (multiplies it by 2) n times, where n is the next input number, and gives an integer result (base is set to Bin):
Rsh
right shifts the value (performs an integer divide by 2) n times.