Function i8x16_shr

#[target_feature(enable = "simd128")]
pub fn i8x16_shr(a: v128, amt: u32) -> v128

Shifts each lane to the right by the specified number of bits, sign extending.

Only the low bits of the shift amount are used if the shift amount is greater than the lane width.