Searched refs:BPF_DIV (Results 1 – 7 of 7) sorted by relevance
200 case BPF_ALU|BPF_DIV|BPF_X:240 case BPF_ALU|BPF_DIV|BPF_K:
777 #define BPF_DIV 0x30 macro
645 case BPF_DIV:1017 case BPF_ALU|BPF_DIV|BPF_K:1052 case BPF_ALU|BPF_DIV|BPF_X:1086 else if (op == BPF_MUL || op == BPF_DIV ||
424 | arth '/' arth { $$ = gen_arth(BPF_DIV, $1, $3); }
2473 { (yyval.a) = gen_arth(BPF_DIV, (yyvsp[-2].a), (yyvsp[0].a)); }
446 case BPF_ALU|BPF_DIV|BPF_X:480 case BPF_ALU|BPF_DIV|BPF_K:561 if (p->code == (BPF_ALU|BPF_DIV|BPF_K) && p->k == 0)
86 #define BPF_DIV 0x30 macro