Synopsis
int64_t __int64_asr(int64_t arg,
                    int bits);
Description

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