Function _mm_srli_si128

#[target_feature(enable = "sse2")]
pub const fn _mm_srli_si128(a: __m128i, IMM8: i32) -> __m128i

Shifts a right by IMM8 bytes while shifting in zeros.

Intel's documentation