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