Function jeq [src]
Prototype
pub fn jeq(dst: Reg, src: anytype, off: i16) Insn Parameters
dst: Regoff: i16 Source
pub fn jeq(dst: Reg, src: anytype, off: i16) Insn {
return jmp(.jeq, dst, src, off);
} pub fn jeq(dst: Reg, src: anytype, off: i16) Insn dst: Regoff: i16 pub fn jeq(dst: Reg, src: anytype, off: i16) Insn {
return jmp(.jeq, dst, src, off);
}