pulley_interpreter::decode::operands

Function bitcast_int_from_float_64

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