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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y100 #define COMPI2OPD(dst, src, op) \
1232 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1433 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y96 #define COMPI2OPD(dst, src, op) \
1314 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1515 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c491 #define COMPI2OPD(dst, src, op) \ macro
3488 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3713 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c142 #define COMPI2OPD(dst, src, op) \ macro
3490 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3727 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);

Completed in 179 milliseconds