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

  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.cc 2571 const char * _this;
2577 _this = reg_names [FIRST_ARGUMENT_REGNUM + 1];
2579 _this = reg_names [FIRST_ARGUMENT_REGNUM];
2584 fprintf (file, "\tadd %d, %s\n", (int) delta, _this);
2590 fprintf (file, "\tmov %s, %s\n", _this, scratch);
2594 fprintf (file, "\tadd %s, %s\n", scratch, _this);
2569 const char * _this; local
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.cc 2570 const char * _this;
2576 _this = reg_names [FIRST_ARGUMENT_REGNUM + 1];
2578 _this = reg_names [FIRST_ARGUMENT_REGNUM];
2583 fprintf (file, "\tadd %d, %s\n", (int) delta, _this);
2589 fprintf (file, "\tmov %s, %s\n", _this, scratch);
2593 fprintf (file, "\tadd %s, %s\n", scratch, _this);
2568 const char * _this; local

Completed in 20 milliseconds