Function jsgt [src]

Prototype

pub fn jsgt(dst: Reg, src: anytype, off: i16) Insn

Parameters

dst: Regoff: i16

Source

pub fn jsgt(dst: Reg, src: anytype, off: i16) Insn { return jmp(.jsgt, dst, src, off); }