Function jsge [src]

Prototype

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

Parameters

dst: Regoff: i16

Source

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