Lines Matching refs:BPF_DIV
230 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
236 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
254 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
279 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
286 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
304 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
311 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
329 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
336 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 10),
354 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10000");
361 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 10000),
379 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=7609801");
386 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(7609801)),
404 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0x80000000");
411 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(0x80000000)),
841 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(0xdead)),
950 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=0");
957 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
975 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=1");
983 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1001 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=2");
1009 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1027 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=4");
1035 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1053 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=10");
1061 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1079 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=10000");
1087 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1105 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=7609801");
1113 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1131 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=0x80000000");
1139 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1593 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),