Lines Matching defs:alu32
6774 /* BPF architecture zero extends alu32 ops into 64-bit registesr */
15270 /* Its not easy to operate on alu32 bounds here because it depends
15320 /* Its not easy to operate on alu32 bounds here because it depends
15379 bool alu32 = (BPF_CLASS(insn->code) != BPF_ALU64);
15393 /* Calculate sign/unsigned bounds and tnum for alu32 and alu64 bit ops.
15395 * alu32 and alu64 sign/unsigned bounds independently this provides the
15400 * See alu32 verifier tests for examples. The second class of
15446 if (alu32)
15452 if (alu32)
15458 if (alu32)
15468 if (alu32)
15484 bool alu32 = (BPF_CLASS(insn->code) != BPF_ALU64);
15584 BPF_OP(insn->code) == BPF_ADD && !alu32 &&