pub const JGE_REG: u8 = _; // 61u8
BPF opcode: jge dst, src, +off /// PC += off if dst >= src.
jge dst, src, +off
PC += off if dst >= src