Lines Matching refs:BPF_CLASS
339 switch (BPF_CLASS(c)) { in atomuse()
382 switch (BPF_CLASS(s->code)) { in atomdef()
444 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()
554 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()
751 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()
1166 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()
1235 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()
1638 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()
1651 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()
1717 if (BPF_CLASS(p->s.code) != BPF_RET) { in make_marks()
2054 if (BPF_CLASS(src->s.code) != BPF_JMP || src->s.code == (BPF_JMP|BPF_JA)) { in convert_code_r()