pulley_interpreter::encode

Function br_if_xulteq64

Source
pub fn br_if_xulteq64<E>(
    into: &mut E,
    a: impl Into<XReg>,
    b: impl Into<XReg>,
    offset: impl Into<PcRelOffset>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Branch if unsigned a <= b.