pulley_interpreter::decode::operands

Function x64_from_f64_s_sat

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