pulley_interpreter::decode::operands

Function bitcast_int_from_float_32

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