Home
last modified time | relevance | path

Searched refs:gen_and (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf_gencode.c535 void gen_and(b0, b1) in gen_and() function
3633 gen_and(b0, b1);
3680 gen_and(b0, b1);
3682 gen_and(b0, b1);
3684 gen_and(b0, b1);
3686 gen_and(b0, b1);
4265 gen_and(b0, b1);
4952 gen_and(b0, b1);
5002 gen_and(b0, b1);
5041 gen_and(b0, b1);
[all …]
H A Dgrammar.y309 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
310 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
384 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
H A Dsf-redefines.h10 #define gen_and sf_gen_and macro
H A Dgencode.h280 void gen_and(struct block *, struct block *);
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dgencode.c344 gen_and(b0, b1) in gen_and() function
643 gen_and(b0, b1);
658 gen_and(b0, b1);
679 gen_and(b0, b1);
721 gen_and(b0, b1);
779 gen_and(b0, b1);
799 gen_and(tmp, b1);
803 gen_and(tmp, b2);
819 gen_and(b0, b1);
1092 gen_and(b0, b1);
[all …]
H A Dgrammar.y139 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
140 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
178 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
H A Dgencode.h146 void gen_and(struct block *, struct block *);
/dports/cad/ghdl/ghdl-1.0.0/testsuite/synth/func02/
H A Dfunc01.vhdl10 function gen_and (v : std_logic_vector (7 downto 0); function
17 end gen_and;
20 b <= gen_and (a);
/dports/net/tcpview/tcpview-1.0/
H A Dgencode.c303 gen_and(b0, b1) in gen_and() function
526 gen_and(b0, b1);
541 gen_and(b0, b1);
562 gen_and(b0, b1);
645 gen_and(b0, b1);
663 gen_and(b0, b1);
669 gen_and(b0, b1);
675 gen_and(b0, b1);
748 gen_and(tmp, b0);
775 gen_and(b0, b1);
[all …]
H A Dtcpgram.y115 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
116 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
139 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
H A Dgencode.h128 extern void gen_and();
/dports/net/libpcap/libpcap-1.10.1/
H A Dgencode.c3783 gen_and(b0, b1); in gen_llc_i()
3809 gen_and(b0, b1); in gen_llc_s()
3835 gen_and(b0, b1); in gen_llc_u()
3860 gen_and(b0, b1); in gen_llc_s_subtype()
3885 gen_and(b0, b1); in gen_llc_u_subtype()
4035 gen_and(b0, b1); in gen_hostop()
4105 gen_and(b0, b1); in gen_hostop6()
4107 gen_and(b0, b1); in gen_hostop6()
4109 gen_and(b0, b1); in gen_hostop6()
4111 gen_and(b0, b1); in gen_hostop6()
[all …]
H A Dgencode.h308 void gen_and(struct block *, struct block *);
H A Dgrammar.y.in404 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
405 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
473 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
/dports/security/nmap/nmap-7.91/libpcap/
H A Dgencode.c3787 gen_and(b0, b1); in gen_llc_i()
3813 gen_and(b0, b1); in gen_llc_s()
3839 gen_and(b0, b1); in gen_llc_u()
3864 gen_and(b0, b1); in gen_llc_s_subtype()
3889 gen_and(b0, b1); in gen_llc_u_subtype()
4040 gen_and(b0, b1); in gen_hostop()
4109 gen_and(b0, b1); in gen_hostop6()
4111 gen_and(b0, b1); in gen_hostop6()
4113 gen_and(b0, b1); in gen_hostop6()
4115 gen_and(b0, b1); in gen_hostop6()
[all …]
H A Dgrammar.y371 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
372 | expr and id { gen_and($1.b, $3.b); $$ = $3; }
440 | qid and id { gen_and($1.b, $3.b); $$ = $3; }
H A Dgencode.h295 void gen_and(struct block *, struct block *);
H A Dgrammar.c2099 { gen_and((yyvsp[-2].blk).b, (yyvsp[0].blk).b); (yyval.blk) = (yyvsp[0].blk); } in yyparse()
2105 { gen_and((yyvsp[-2].blk).b, (yyvsp[0].blk).b); (yyval.blk) = (yyvsp[0].blk); } in yyparse()
2254 { gen_and((yyvsp[-2].blk).b, (yyvsp[0].blk).b); (yyval.blk) = (yyvsp[0].blk); } in yyparse()
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dmini.y119 | term '&' term { gen_and(&vmcodep); }
/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dmini.y119 | term '&' term { gen_and(&vmcodep); }
/dports/textproc/jq/jq-jq-1.6/src/
H A Dcompile.h51 block gen_and(block a, block b);
H A Dparser.y398 $$ = gen_and($1, $3);
H A Dcompile.c928 block gen_and(block a, block b) { in gen_and() function
1024 gen_and(gen_call("_equal", in gen_try_handler()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c20852 rtx (*gen_and) (rtx, rtx, rtx); in expand_vec_perm_even_odd_pack() local
20868 gen_and = gen_andv2si3; in expand_vec_perm_even_odd_pack()
20879 gen_and = gen_andv4si3; in expand_vec_perm_even_odd_pack()
20888 gen_and = gen_andv4hi3; in expand_vec_perm_even_odd_pack()
20897 gen_and = gen_andv8hi3; in expand_vec_perm_even_odd_pack()
20907 gen_and = gen_andv8si3; in expand_vec_perm_even_odd_pack()
20918 gen_and = gen_andv16hi3; in expand_vec_perm_even_odd_pack()
22178 rtx (*gen_and) (rtx, rtx, rtx); in ix86_expand_vec_shift_qihi_constant() local
22209 gen_and = gen_andv16qi3; in ix86_expand_vec_shift_qihi_constant()
22219 gen_and = gen_andv32qi3; in ix86_expand_vec_shift_qihi_constant()
[all …]
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/compiler/
H A Dgencomp_arm.c1313 static void gen_and(uae_u32 opcode, struct instr *curi, const char* ssize) { in gen_and() function
4003 gen_and(opcode, curi, ssize); in gen_opcode()

1234567