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