pub const JLT_REG: u8 = _; // 173u8
BPF opcode: jlt dst, src, +off /// PC += off if dst < src.
jlt dst, src, +off
PC += off if dst < src