pulley_interpreter::encode

Function vbitselect128

Source
pub fn vbitselect128<E>(
    into: &mut E,
    dst: impl Into<VReg>,
    c: impl Into<VReg>,
    x: impl Into<VReg>,
    y: impl Into<VReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = (c & x) | (!c & y)