pulley_interpreter::decode::operands

Function fselect64

Source
pub fn fselect64<T: BytecodeStream>(
    pc: &mut T,
) -> Result<(FReg, XReg, FReg, FReg), T::Error>
Available on crate feature decode only.