Searched refs:BPF_MUL (Results 1 – 11 of 11) sorted by relevance
209 case BPF_ALU|BPF_MUL|BPF_X:249 case BPF_ALU|BPF_MUL|BPF_K:
462 case BPF_ALU|BPF_MUL|BPF_X:496 case BPF_ALU|BPF_MUL|BPF_K:611 case BPF_MUL:
603 case BPF_MUL: in fold_op()979 case BPF_ALU|BPF_MUL|BPF_K: in opt_stmt()997 if (op == BPF_MUL || op == BPF_AND) { in opt_stmt()1014 case BPF_ALU|BPF_MUL|BPF_X: in opt_stmt()1049 else if (op == BPF_MUL || op == BPF_DIV || in opt_stmt()
619 | arth '*' arth { $$ = gen_arth(BPF_MUL, $1, $3); }
3357 { (yyval.a) = gen_arth(BPF_MUL, (yyvsp[(1) - (3)].a), (yyvsp[(3) - (3)].a)); }
5637 s[i] = new_stmt(BPF_ALU|BPF_MUL|BPF_K);5716 s[i] = new_stmt(BPF_ALU|BPF_MUL|BPF_K);
66 #define BPF_MUL 0x20 macro
1280 #define BPF_MUL 0x20 macro
263 case BPF_MUL: in Alu()
129 BPF_OP(iter->code) == BPF_MUL ? "*" : in PrintProgram()