Constant solana_rbpf::ebpf::OR64_IMM[][src]

pub const OR64_IMM: u8 = BPF_ALU64 | BPF_K | BPF_OR; // 0_x47u8

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