Function jeq [src]
Prototype
pub fn jeq(dst: Reg, src: anytype, off: i16) Insn
Parameters
dst: Reg
off: 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: Reg
off: i16
pub fn jeq(dst: Reg, src: anytype, off: i16) Insn {
return jmp(.jeq, dst, src, off);
}