pub const MOV32_IMM: u8 = BPF_ALU | BPF_K | BPF_MOV; // 0xb4u8
BPF opcode: mov32 dst, imm /// dst = imm.
mov32 dst, imm
dst = imm