HomeSort by: relevance | last modified time | path
    Searched defs:COMPI2OPD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 151 #define COMPI2OPD(dst, src, op) \
3612 notethat ("COMPI2opD: dregs = imm7 (x) \n");
3613 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3849 notethat ("COMPI2opD: dregs += imm7\n");
3850 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 151 #define COMPI2OPD(dst, src, op) \
3612 notethat ("COMPI2opD: dregs = imm7 (x) \n");
3613 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3849 notethat ("COMPI2opD: dregs += imm7\n");
3850 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);

Completed in 21 milliseconds