Synopsis
int16_t __int16_asr_asgn(int16_t *arg,
                         int bits);
Description

__int16_asr_asgn updates the 16-bit signed integer pointed to by arg by arithmetically shifting it right by its bit positions, replicating the sign bit. The shifted value is returned as the result.