Home
last modified time | relevance | path

Searched refs:BPF_JGT (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libpcap/
H A Dbpf_image.c144 case BPF_JMP|BPF_JGT|BPF_K: in bpf_image()
164 case BPF_JMP|BPF_JGT|BPF_X: in bpf_image()
H A Dgrammar.y402 relop: '>' { $$ = BPF_JGT; }
406 irelop: LEQ { $$ = BPF_JGT; }
H A Dgencode.c494 b = new_block(JMP(BPF_JGT)); in gen_cmp_gt()
2743 if (code == BPF_JGT || code == BPF_JGE) { in gen_relation()
2931 b = gen_len(BPF_JGT, n); in gen_less()
2958 b->s.code = JMP(BPF_JGT); in gen_byteop()
3383 b0 = gen_relation(BPF_JGT, gen_loadrnd(), gen_loadi(threshold), 1); in gen_sample()
H A Doptimize.c750 if (op == BPF_JGT || op == BPF_JGE) { in opt_peep()
779 if (op == BPF_JGT || op == BPF_JGE) { in opt_peep()
812 case BPF_JGT: in opt_peep()
/openbsd/sys/net/
H A Dbpf_filter.c263 case BPF_JMP|BPF_JGT|BPF_K: in _bpf_filter()
279 case BPF_JMP|BPF_JGT|BPF_X: in _bpf_filter()
466 case BPF_JGT: in bpf_validate()
H A Dbpf.h260 #define BPF_JGT 0x20 macro
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrFormats.td64 def BPF_JGT : BPFJumpOp<0x2>;
H A DBPFInstrInfo.td231 defm JUGT : J<BPF_JGT, ">", BPF_CC_GTU, BPF_CC_GTU_32>;
/openbsd/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst2367 BPF_JGT 0x2 jump >