pub const LD_H_REG: u8 = _; // 105u8
BPF opcode: ldxh dst, [src + off] /// dst = (src + off) as u16.
ldxh dst, [src + off]
dst = (src + off) as u16