#include <cruntime.h>int32_t __int32_lsl(int32_t arg, int16_t bits);
__int32_lsl shifts arg left by bits bit positions and returns the shifted result.
__int32_lsl may not be provided on all implementations of CrossWorks.