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