Lines Matching refs:BPF_DIV
233 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
239 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
262 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
292 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
299 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
322 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
329 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
352 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
359 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 10),
382 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10000");
389 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 10000),
412 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=7609801");
419 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(7609801)),
442 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0x80000000");
449 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(0x80000000)),
959 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(0xdead)),
1078 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=0");
1085 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1108 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=1");
1116 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1139 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=2");
1147 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1170 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=4");
1178 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1201 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=10");
1209 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1232 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=10000");
1240 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1263 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=7609801");
1271 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1294 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_X with X=0x80000000");
1302 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
1836 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),