Constant solana_rbpf::ebpf::BPF_ALU_OP_MASK

source ยท
pub const BPF_ALU_OP_MASK: u8 = 0xf0;
Expand description

Mask to extract the arithmetic operation code from an instruction operation code.