Function _kshiftri_mask32

#[target_feature(enable = "avx512bw")]
pub const fn _kshiftri_mask32(a: __mmask32, COUNT: u32) -> __mmask32

Shift the bits of 32-bit mask a right by count while shifting in zeros, and store the least significant 32 bits of the result in k.

Intel's Documentation