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

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 2756 HOST_WIDE_INT initial_offset, off, added_already;
2784 added_already = 0;
2801 added_already = -8;
2804 emit_add_sp_const (initial_offset - added_already, true);
2741 HOST_WIDE_INT initial_offset, off, added_already; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 2755 HOST_WIDE_INT initial_offset, off, added_already;
2783 added_already = 0;
2800 added_already = -8;
2803 emit_add_sp_const (initial_offset - added_already, true);
2740 HOST_WIDE_INT initial_offset, off, added_already; local

Completed in 90 milliseconds