pub const JGT_REG: u8 = _; // 45u8
BPF opcode: jgt dst, src, +off /// PC += off if dst > src.
jgt dst, src, +off
PC += off if dst > src