SHR 444 ext/hash/hash_sha.c #define SHA256_F4(x) (ROTR32( 7,(x)) ^ ROTR32(18,(x)) ^ SHR( 3,(x))) SHR 446 ext/hash/hash_sha.c #define SHA256_F5(x) (ROTR32(17,(x)) ^ ROTR32(19,(x)) ^ SHR(10,(x))) SHR 702 ext/hash/hash_sha.c #define SHA512_F4(x) (ROTR64( 1, x) ^ ROTR64( 8, x) ^ SHR(7, x)) SHR 704 ext/hash/hash_sha.c #define SHA512_F5(x) (ROTR64(19, x) ^ ROTR64(61, x) ^ SHR(6, x)) SHR 1159 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c *inst |= SHR; SHR 2201 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),