[][src]Constant solana_rbpf::ebpf::MUL32_REG

pub const MUL32_REG: u8 = BPF_ALU   | BPF_X   | BPF_MUL; // 44u8

BPF opcode: mul32 dst, src /// dst *= src.