Constant solana_rbpf::ebpf::ARSH32_REG[][src]

pub const ARSH32_REG: u8 = BPF_ALU | BPF_X | BPF_ARSH; // 0_xccu8

BPF opcode: arsh32 dst, src /// dst >>= src (arithmetic).

https://en.wikipedia.org/wiki/Arithmetic_shift