pulley_interpreter::encode

Function xselect64

Source
pub fn xselect64<E>(
    into: &mut E,
    dst: impl Into<XReg>,
    cond: impl Into<XReg>,
    if_nonzero: impl Into<XReg>,
    if_zero: impl Into<XReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = low32(cond) ? if_nonzero : if_zero