Constant solana_rbpf::ebpf::OR32_IMM[][src]

pub const OR32_IMM: u8 = BPF_ALU | BPF_K | BPF_OR; // 0_x44u8

BPF opcode: or32 dst, imm /// dst |= imm.