Lines Matching refs:BPF_RSH
753 "Test JIT compilation of BPF_ALU+BPF_RSH+BPF_K");
760 BPF_STMT(BPF_ALU+BPF_RSH+BPF_K, 16),
778 "Test JIT compilation of BPF_ALU+BPF_RSH+BPF_K with k=0");
785 BPF_STMT(BPF_ALU+BPF_RSH+BPF_K, 0),
834 BPF_STMT(BPF_ALU+BPF_RSH+BPF_K, 3),
1494 "Test JIT compilation of BPF_ALU+BPF_RSH+BPF_X");
1502 BPF_STMT(BPF_ALU+BPF_RSH+BPF_X, 0),
1520 "Test JIT compilation of BPF_ALU+BPF_RSH+BPF_X with k=0");
1528 BPF_STMT(BPF_ALU+BPF_RSH+BPF_X, 0),
1584 BPF_STMT(BPF_ALU+BPF_RSH+BPF_X, 0),