Function _mm_shuffle_epi32

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

Shuffles 32-bit integers in a using the control in IMM8.

Intel's documentation