Searched refs:BPF_DIV (Results 1 – 11 of 11) sorted by relevance
214 case BPF_ALU|BPF_DIV|BPF_X:254 case BPF_ALU|BPF_DIV|BPF_K:
466 case BPF_ALU|BPF_DIV|BPF_X:500 case BPF_ALU|BPF_DIV|BPF_K:618 case BPF_DIV:
607 case BPF_DIV: in fold_op()980 case BPF_ALU|BPF_DIV|BPF_K: in opt_stmt()1015 case BPF_ALU|BPF_DIV|BPF_X: in opt_stmt()1049 else if (op == BPF_MUL || op == BPF_DIV || in opt_stmt()
620 | arth '/' arth { $$ = gen_arth(BPF_DIV, $1, $3); }
3364 { (yyval.a) = gen_arth(BPF_DIV, (yyvsp[(1) - (3)].a), (yyvsp[(3) - (3)].a)); }
155 Fix check for a constant 0 argument to BPF_DIV
67 #define BPF_DIV 0x30 macro
1281 #define BPF_DIV 0x30 macro
266 case BPF_DIV: in Alu()
130 BPF_OP(iter->code) == BPF_DIV ? "/" : in PrintProgram()