pulley_interpreter::decode::operands

Function fconst64

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