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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 134 static const char *const names_big[] = variable
1448 fprintf (file, "%sl", names_big[REGNO (x)]);
1461 fprintf (file, "%sh", names_big[REGNO (x)]);
1482 fprintf (file, "%s", names_big[REGNO (x)]);
1514 fprintf (file, "%s%c", names_big[REGNO (x)], bitint > 7 ? 'h' : 'l');
1567 fprintf (file, "%s", names_big[REGNO (x)]);
1686 fprintf (file, "%s", names_big[REGNO (x)]);
1690 fprintf (file, "%s", names_big[REGNO (x)]);
4199 names_big[REGNO (operands[3])]);
4210 names_big[REGNO (operands[3])])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 134 static const char *const names_big[] = variable
1448 fprintf (file, "%sl", names_big[REGNO (x)]);
1461 fprintf (file, "%sh", names_big[REGNO (x)]);
1482 fprintf (file, "%s", names_big[REGNO (x)]);
1514 fprintf (file, "%s%c", names_big[REGNO (x)], bitint > 7 ? 'h' : 'l');
1567 fprintf (file, "%s", names_big[REGNO (x)]);
1686 fprintf (file, "%s", names_big[REGNO (x)]);
1690 fprintf (file, "%s", names_big[REGNO (x)]);
4199 names_big[REGNO (operands[3])]);
4210 names_big[REGNO (operands[3])])
    [all...]

Completed in 28 milliseconds