Home
last modified time | relevance | path

Searched refs:gen_not (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf_gencode.c556 void gen_not(b) in gen_not() function
679 gen_not(b);
1815 gen_not(b0);
1869 gen_not(b0);
1901 gen_not(b0);
3866 gen_not(b2);
4886 gen_not(b); in gen_ipfrag()
5673 gen_not(b1); in gen_check_802_11_data_frame()
6796 gen_not(b);
6981 gen_not(b);
[all …]
H A Dsf-redefines.h12 #define gen_not sf_gen_not macro
H A Dgencode.h282 void gen_not(struct block *);
H A Dgrammar.y377 | not id { gen_not($2.b); $$ = $2; }
392 | not term { gen_not($2.b); $$ = $2; }
/dports/net/tcpview/tcpview-1.0/
H A Dgencode.c326 gen_not(b) in gen_not() function
644 gen_not(b1);
711 gen_not(b); in gen_ipfrag()
1158 gen_not(b);
1345 gen_not(b);
1369 gen_not(b);
1388 gen_not(b);
H A Dtcpgram.y132 | not id { gen_not($2.b); $$ = $2; }
147 | not term { gen_not($2.b); $$ = $2; }
H A Dgencode.h130 extern void gen_not();
/dports/net/libpcap/libpcap-1.10.1/
H A Dgencode.c1143 gen_not(b); in gen_ncmp()
1996 gen_not(b0); in gen_ether_linktype()
2050 gen_not(b0); in gen_ether_linktype()
2082 gen_not(b0); in gen_ether_linktype()
3782 gen_not(b1); in gen_llc_i()
5574 gen_not(b); in gen_ipfrag()
6373 gen_not(b1); in gen_check_802_11_data_frame()
7603 gen_not(b); in gen_relation_internal()
7871 gen_not(b); in gen_less()
7925 gen_not(b); in gen_byteop()
[all …]
H A Dgencode.h310 void gen_not(struct block *);
H A Dgrammar.y.in466 | not id { gen_not($2.b); $$ = $2; }
481 | not term { gen_not($2.b); $$ = $2; }
/dports/security/nmap/nmap-7.91/libpcap/
H A Dgencode.c1128 gen_not(b); in gen_ncmp()
1981 gen_not(b0); in gen_ether_linktype()
2036 gen_not(b0); in gen_ether_linktype()
2068 gen_not(b0); in gen_ether_linktype()
3786 gen_not(b1); in gen_llc_i()
5571 gen_not(b); in gen_ipfrag()
6357 gen_not(b1); in gen_check_802_11_data_frame()
7576 gen_not(b); in gen_relation_internal()
7850 gen_not(b); in gen_less()
7904 gen_not(b); in gen_byteop()
[all …]
H A Dgencode.h297 void gen_not(struct block *);
H A Dgrammar.y433 | not id { gen_not($2.b); $$ = $2; }
448 | not term { gen_not($2.b); $$ = $2; }
H A Dgrammar.c2236 { gen_not((yyvsp[0].blk).b); (yyval.blk) = (yyvsp[0].blk); } in yyparse()
2273 { gen_not((yyvsp[0].blk).b); (yyval.blk) = (yyvsp[0].blk); } in yyparse()
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dgrammar.y171 | not id { gen_not($2.b); $$ = $2; }
186 | not term { gen_not($2.b); $$ = $2; }
H A Dgencode.c367 gen_not(b) in gen_not() function
924 gen_not(b1);
1030 gen_not(b); in gen_ipfrag()
1630 gen_not(b);
1806 gen_not(b);
1828 gen_not(b);
1847 gen_not(b);
H A Dgencode.h148 void gen_not(struct block *);
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dmini.y123 | '!' term { gen_not(&vmcodep); }
/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dmini.y123 | '!' term { gen_not(&vmcodep); }
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/compiler/
H A Dgencomp_arm.c3300 static void gen_not(uae_u32 opcode, struct instr *curi, const char* ssize) { in gen_not() function
4075 gen_not(opcode, curi, ssize); in gen_opcode()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c3540 rtx (*gen_not) (rtx, rtx); in ix86_expand_sse_movcc() local
3543 case E_QImode: gen_not = gen_knotqi; break; in ix86_expand_sse_movcc()
3544 case E_HImode: gen_not = gen_knothi; break; in ix86_expand_sse_movcc()
3545 case E_SImode: gen_not = gen_knotsi; break; in ix86_expand_sse_movcc()
3546 case E_DImode: gen_not = gen_knotdi; break; in ix86_expand_sse_movcc()
3550 emit_insn (gen_not (n, cmp)); in ix86_expand_sse_movcc()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c3560 rtx (*gen_not) (rtx, rtx); in ix86_expand_sse_movcc() local
3563 case E_QImode: gen_not = gen_knotqi; break; in ix86_expand_sse_movcc()
3564 case E_HImode: gen_not = gen_knothi; break; in ix86_expand_sse_movcc()
3565 case E_SImode: gen_not = gen_knotsi; break; in ix86_expand_sse_movcc()
3566 case E_DImode: gen_not = gen_knotdi; break; in ix86_expand_sse_movcc()
3570 emit_insn (gen_not (n, cmp)); in ix86_expand_sse_movcc()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c3560 rtx (*gen_not) (rtx, rtx); in ix86_expand_sse_movcc() local
3563 case E_QImode: gen_not = gen_knotqi; break; in ix86_expand_sse_movcc()
3564 case E_HImode: gen_not = gen_knothi; break; in ix86_expand_sse_movcc()
3565 case E_SImode: gen_not = gen_knotsi; break; in ix86_expand_sse_movcc()
3566 case E_DImode: gen_not = gen_knotdi; break; in ix86_expand_sse_movcc()
3570 emit_insn (gen_not (n, cmp)); in ix86_expand_sse_movcc()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c23959 rtx (*gen_not) (rtx, rtx); in ix86_expand_sse_movcc() local
23962 case E_QImode: gen_not = gen_knotqi; break; in ix86_expand_sse_movcc()
23963 case E_HImode: gen_not = gen_knothi; break; in ix86_expand_sse_movcc()
23964 case E_SImode: gen_not = gen_knotsi; break; in ix86_expand_sse_movcc()
23965 case E_DImode: gen_not = gen_knotdi; break; in ix86_expand_sse_movcc()
23969 emit_insn (gen_not (n, cmp)); in ix86_expand_sse_movcc()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c23894 rtx (*gen_not) (rtx, rtx); in ix86_expand_sse_movcc() local
23897 case E_QImode: gen_not = gen_knotqi; break; in ix86_expand_sse_movcc()
23898 case E_HImode: gen_not = gen_knothi; break; in ix86_expand_sse_movcc()
23899 case E_SImode: gen_not = gen_knotsi; break; in ix86_expand_sse_movcc()
23900 case E_DImode: gen_not = gen_knotdi; break; in ix86_expand_sse_movcc()
23904 emit_insn (gen_not (n, cmp)); in ix86_expand_sse_movcc()

12