Function jsle [src]

Prototype

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

Parameters

dst: Regoff: i16

Source

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