pub const SHMUL64_IMM: u8 = _; // 182u8
BPF opcode: shmul64 dst, imm /// dst = (dst * imm) >> 64.
shmul64 dst, imm
dst = (dst * imm) >> 64