pub const DIV64_IMM: u8 = BPF_ALU64 | BPF_K | BPF_DIV; // 0x37u8
BPF opcode: div64 dst, imm /// dst /= imm.
div64 dst, imm
dst /= imm