#include <cruntime.h>
int64_t __int64_lsl(int64_t arg, int16_t bits);
__int64_asr shifts arg arithmetically right by bits bit positions, replicating the sign bit, and returns the shifted result.
__int64_asr may not be provided on all implementations of CrossWorks.