pulley_interpreter::encode

Function xextractv8x16

Source
pub fn xextractv8x16<E>(
    into: &mut E,
    dst: impl Into<XReg>,
    src: impl Into<VReg>,
    lane: impl Into<u8>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

low32(dst) = zext(src[lane])