Searched refs:BPF_XOR (Results 1 – 16 of 16) sorted by relevance
41 #if defined(BPF_XOR) || (defined(HAVE_DECL_BPF_XOR) && HAVE_DECL_BPF_XOR)42 XLAT(BPF_XOR),
11 BPF_XOR
104 #ifndef BPF_XOR105 #define BPF_XOR 0xA0 macro
229 case BPF_ALU|BPF_XOR|BPF_X:279 case BPF_ALU|BPF_XOR|BPF_K:
529 case BPF_ALU|BPF_XOR|BPF_X:569 case BPF_ALU|BPF_XOR|BPF_K:691 case BPF_XOR:
645 case BPF_XOR: in fold_op()1013 case BPF_ALU|BPF_XOR|BPF_K: in opt_stmt()1024 op == BPF_OR || op == BPF_XOR) { in opt_stmt()1050 case BPF_ALU|BPF_XOR|BPF_X: in opt_stmt()1077 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
681 | arth '^' arth { $$ = gen_arth(cstate, BPF_XOR, $1, $3); }
3110 { (yyval.a) = gen_arth(cstate, BPF_XOR, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
40 #define BPF_XOR 0xa0 macro
74 #define BPF_XOR 0xa0 macro
167 #define BPF_XOR 0xa0 macro
40 case BPF_XOR: in AluOpToken()
147 case BPF_XOR: in Alu()
2522 BPF_XOR 0xa bitwise logical XOR