Searched refs:PTR2OP (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y115 #define PTR2OP(dst, src, opc) \
1364 $$ = PTR2OP (&$1, &$3, 5);
1380 $$ = PTR2OP (&$1, &$3, 0);
1498 $$ = PTR2OP (&$1, &$6, 6);
1503 $$ = PTR2OP (&$1, &$6, 7);
1883 $$ = PTR2OP (&$1, &$3, 1);
2094 $$ = PTR2OP (&$1, &$3, 3);
2099 $$ = PTR2OP (&$1, &$3, 4);
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y111 #define PTR2OP(dst, src, opc) \
1446 $$ = PTR2OP (&$1, &$3, 5);
1462 $$ = PTR2OP (&$1, &$3, 0);
1582 $$ = PTR2OP (&$1, &$6, 6);
1587 $$ = PTR2OP (&$1, &$6, 7);
1989 $$ = PTR2OP (&$1, &$3, 1);
2198 $$ = PTR2OP (&$1, &$3, 3);
2203 $$ = PTR2OP (&$1, &$3, 4);
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c506 #define PTR2OP(dst, src, opc) \ macro
3636 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 5);
3654 (yyval.instr) = PTR2OP (&(yyvsp[-2].reg), &(yyvsp[0].reg), 0);
3786 (yyval.instr) = PTR2OP (&(yyvsp[-8].reg), &(yyvsp[-3].reg), 6);
3791 (yyval.instr) = PTR2OP (&(yyvsp[-8].reg), &(yyvsp[-3].reg), 7);
4227 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 1);
4468 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 3);
4473 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 4);
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c157 #define PTR2OP(dst, src, opc) \ macro
3646 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 5);
3665 (yyval.instr) = PTR2OP (&(yyvsp[-2].reg), &(yyvsp[0].reg), 0);
3806 (yyval.instr) = PTR2OP (&(yyvsp[-8].reg), &(yyvsp[-3].reg), 6);
3811 (yyval.instr) = PTR2OP (&(yyvsp[-8].reg), &(yyvsp[-3].reg), 7);
4295 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 1);
4545 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 3);
4550 (yyval.instr) = PTR2OP (&(yyvsp[-5].reg), &(yyvsp[-3].reg), 4);

Completed in 186 milliseconds