Synopsis
int16_t __int16_asr(int16_t arg,
                    int bits);
Description

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