pub fn jnef<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
cond_lhs: A,
cond_rhs: B,
dynamic: C,
fixed: u8,
) -> Instruction
Expand description
Dynamic relative jump forwards, conditional on comparsion, with a constant offset.
pub fn jnef<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
cond_lhs: A,
cond_rhs: B,
dynamic: C,
fixed: u8,
) -> Instruction
Dynamic relative jump forwards, conditional on comparsion, with a constant offset.