Function combined_byte_shr_imm_m128i
pub fn combined_byte_shr_imm_m128i<const IMM: i32>(a: m128i, b: m128i) -> m128i
Available on crate feature
dep_safe_arch
only.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.
- Intrinsic:
_mm_alignr_epi8
- Assembly:
palignr xmm, xmm, imm8