Lines Matching refs:BPF_CLASS
544 switch (BPF_CLASS(c)) { in atomuse()
591 switch (BPF_CLASS(s->code)) { in atomdef()
653 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()
751 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()
988 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()
1492 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()
1565 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()
2177 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()
2190 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()
2316 if (BPF_CLASS(p->s.code) != BPF_RET) { in make_marks()
2751 if (BPF_CLASS(src->s.code) != BPF_JMP || src->s.code == (BPF_JMP|BPF_JA)) { in convert_code_r()