pub const JEQ_REG: u8 = _; // 29u8
BPF opcode: jeq dst, src, +off /// PC += off if dst == src.
jeq dst, src, +off
PC += off if dst == src