pulley_interpreter::decode::operands

Function bitcast_float_from_int_32

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