Searched refs:oper1 (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.y | 79 { $$ = oper1(OHUNK,$1); need_entire = TRUE; } 95 { $$ = oper1(OPAT,$1); } 110 { $$ = oper1(OCPAREN,$2); } 116 { $$ = oper1(OCNOT,$2); } 126 { $$ = oper1(ORPAREN,$2); } 132 { $$ = oper3(OMATCHOP,$2,$1,oper1(OREGEX,$3)); } 134 { $$ = oper1(OREGEX,$1); } 136 { $$ = oper1(OMPAREN,$2); } 161 { $$ = oper1(ONUM,$1); } 163 { $$ = oper1(OSTR,$1); } [all …]
|
| D | a2p.c | 2479 { yyval = oper1(OHUNK,yyvsp[0]); need_entire = TRUE; } in yyparse() 2499 { yyval = oper1(OPAT,yyvsp[0]); } in yyparse() 2511 { yyval = oper1(OCPAREN,yyvsp[-1]); } in yyparse() 2523 { yyval = oper1(OCNOT,yyvsp[0]); } in yyparse() 2539 { yyval = oper1(ORPAREN,yyvsp[-1]); } in yyparse() 2547 { yyval = oper3(OMATCHOP,yyvsp[-1],yyvsp[-2],oper1(OREGEX,yyvsp[0])); } in yyparse() 2551 { yyval = oper1(OREGEX,yyvsp[0]); } in yyparse() 2555 { yyval = oper1(OMPAREN,yyvsp[-1]); } in yyparse() 2585 { yyval = oper1(ONUM,yyvsp[0]); } in yyparse() 2589 { yyval = oper1(OSTR,yyvsp[0]); } in yyparse() [all …]
|
| D | a2p.h | 378 int oper1 ( int type, int arg1 );
|
| D | a2py.c | 27 int oper1(int type, int arg1); 953 oper1(int type, int arg1) in oper1() function
|
| D | walk.c | 263 str = walk(0,level,oper1(OPRINT,0),&numarg,P_MIN); in walk()
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | frv.cpu | 7660 (define-pmacro (float-dual-arith name attr oper1 oper2 op ope comment) 7667 (set FRk (oper1 FRi FRj)) 7704 (define-pmacro (ne-float-dual-arith name attr oper1 oper2 op ope comment) 7712 (set FRk (oper1 FRi FRj))
|