Function pulley_interpreter::encode::br_if_xulteq32
source ยท pub fn br_if_xulteq32<E>(
into: &mut E,
a: impl Into<XReg>,
b: impl Into<XReg>,
offset: impl Into<PcRelOffset>,
)
Available on crate feature
encode
only.Expand description
Branch if unsigned a <= b
.