Synopsis
#include <cruntime.h>
int32_t __int32_lsl(int32_t arg, int16_t bits);
Description

__int32_asr shifts arg arithmetically right by bits bit positions, replicating the sign bit, and returns the shifted result.

Portability

__int32_asr may not be provided on all implementations of CrossWorks.