Constant solana_rbpf::ebpf::SUB32_IMM[][src]

pub const SUB32_IMM: u8 = BPF_ALU | BPF_K | BPF_SUB; // 0x14u8
Expand description

BPF opcode: sub32 dst, imm /// dst -= imm.