Lines Matching refs:alu32
3430 /* BPF architecture zero extends alu32 ops into 64-bit registesr */
6652 /* Its not easy to operate on alu32 bounds here because it depends
6700 /* Its not easy to operate on alu32 bounds here because it depends
6723 bool alu32 = (BPF_CLASS(insn->code) != BPF_ALU64);
6736 if (alu32) {
6770 /* Calculate sign/unsigned bounds and tnum for alu32 and alu64 bit ops.
6772 * alu32 and alu64 sign/unsigned bounds independently this provides the
6777 * See alu32 verifier tests for examples. The second class of
6823 if (alu32) {
6837 if (alu32) {
6851 if (alu32) {
6863 if (alu32) {