pub fn jne<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
abs_target: A,
lhs: B,
rhs: C,
) -> Instruction
Expand description
Conditional dynamic jump.
pub fn jne<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
abs_target: A,
lhs: B,
rhs: C,
) -> Instruction
Conditional dynamic jump.