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);
} pub fn jslt(dst: Reg, src: anytype, off: i16) Insn dst: Regoff: i16 pub fn jslt(dst: Reg, src: anytype, off: i16) Insn {
return jmp(.jslt, dst, src, off);
}