pulley_interpreter::decode::operands

Function fconst32

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