pulley_interpreter::decode::operands

Function bitcast_float_from_int_64

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