pub const LD_W_REG: u8 = _; // 97u8
BPF opcode: ldxw dst, [src + off] /// dst = (src + off) as u32.
ldxw dst, [src + off]
dst = (src + off) as u32