BITRSHIFT(x,n)
The BITRSHIFT function returns @x bit-shifted right by @n bits.
If @n is negative, a left shift will in effect be performed.
BITRSHIFT.