Function _mm256_slli_si256

#[target_feature(enable = "avx2")]
pub const fn _mm256_slli_si256(a: __m256i, IMM8: i32) -> __m256i

Shifts 128-bit lanes in a left by imm8 bytes while shifting in zeros.

Intel's documentation