pub fn combined_byte_shr_imm_m128i<const IMM: i32>(a: m128i, b: m128i) -> m128i
Expand description

Counts $a as the high bytes and $b as the low bytes then performs a byte shift to the right by the immediate value.

Remember that this is all little-endian data.