Searched refs:BPF_RSH (Results 1 – 11 of 11) sorted by relevance
25 #if defined(BPF_RSH) || (defined(HAVE_DECL_BPF_RSH) && HAVE_DECL_BPF_RSH)26 XLAT(BPF_RSH),
8 BPF_RSH
234 case BPF_ALU|BPF_RSH|BPF_X:274 case BPF_ALU|BPF_RSH|BPF_K:
484 case BPF_ALU|BPF_RSH|BPF_X:516 case BPF_ALU|BPF_RSH|BPF_K:615 case BPF_RSH:
625 case BPF_RSH: in fold_op()984 case BPF_ALU|BPF_RSH|BPF_K: in opt_stmt()992 op == BPF_LSH || op == BPF_RSH || in opt_stmt()1019 case BPF_ALU|BPF_RSH|BPF_X: in opt_stmt()1050 op == BPF_AND || op == BPF_LSH || op == BPF_RSH) { in opt_stmt()
624 | arth RSH arth { $$ = gen_arth(BPF_RSH, $1, $3); }
3392 { (yyval.a) = gen_arth(BPF_RSH, (yyvsp[(1) - (3)].a), (yyvsp[(3) - (3)].a)); }
37 #define BPF_RSH 0x70 macro
1285 #define BPF_RSH 0x70 macro
245 BPF_STMT(BPF_ALU | BPF_RSH | BPF_K, 6),