HomeSort by: relevance | last modified time | path
    Searched refs:BPF_DIV (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/net/bpf/
t_mbuf.c 254 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
258 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
262 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
266 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
270 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
  /src/tests/net/bpfjit/
t_mbuf.c 261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
265 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
273 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
277 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
t_bpfjit.c 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)
    [all...]
  /src/sys/net/
bpf_filter.c 483 case BPF_ALU|BPF_DIV|BPF_X:
527 case BPF_ALU|BPF_DIV|BPF_K:
710 case BPF_DIV:
bpf.h 259 #define BPF_DIV 0x30
bpfjit.c 1084 * @pc BPF_DIV or BPF_MOD instruction.
1142 * @pc BPF_DIV or BPF_MOD instruction.
1148 const bool xdiv = BPF_OP(pc->code) == BPF_DIV;
1178 if (BPF_OP(pc->code) == BPF_DIV) {
1595 * Convert BPF_ALU operations except BPF_NEG and BPF_DIV to sljit operation.
1951 if (op != BPF_DIV && op != BPF_MOD) {
1964 /* BPF_DIV/BPF_MOD */
  /src/tests/lib/libbpfjit/
t_bpfjit.c 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)
    [all...]

Completed in 17 milliseconds