Function jslt [src]

Prototype

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

Parameters

dst: Regoff: i16

Source

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