pulley_interpreter::encode

Function fselect64

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

dst = low32(cond) ? if_nonzero : if_zero