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

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 117 int framesize_locals;
767 cfun->machine->framesize_locals = get_frame_size ();
779 if ((cfun->machine->framesize_locals + cfun->machine->framesize_outgoing) & 1)
780 cfun->machine->framesize_locals ++;
783 + cfun->machine->framesize_locals
1332 rv += cfun->machine->framesize_locals;
1474 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
1522 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
1702 if (cfun->machine->framesize_locals)
1703 fprintf (file, "\t; locals: %d byte%s\n", cfun->machine->framesize_locals,
115 int framesize_locals; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 117 int framesize_locals;
767 cfun->machine->framesize_locals = get_frame_size ();
779 if ((cfun->machine->framesize_locals + cfun->machine->framesize_outgoing) & 1)
780 cfun->machine->framesize_locals ++;
783 + cfun->machine->framesize_locals
1332 rv += cfun->machine->framesize_locals;
1474 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
1522 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
1702 if (cfun->machine->framesize_locals)
1703 fprintf (file, "\t; locals: %d byte%s\n", cfun->machine->framesize_locals,
115 int framesize_locals; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 85 int framesize_locals;
412 rv += cfun->machine->framesize_locals;
1770 cfun->machine->framesize_locals = get_frame_size ();
1782 if ((cfun->machine->framesize_locals + cfun->machine->framesize_outgoing) & 1)
1783 cfun->machine->framesize_locals ++;
1786 + cfun->machine->framesize_locals
2205 fprintf (outfile, "; framesize_locals: %d\n",
2206 cfun->machine->framesize_locals);
3003 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
3059 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing
83 int framesize_locals; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 85 int framesize_locals;
412 rv += cfun->machine->framesize_locals;
1768 cfun->machine->framesize_locals = get_frame_size ();
1780 if ((cfun->machine->framesize_locals + cfun->machine->framesize_outgoing) & 1)
1781 cfun->machine->framesize_locals ++;
1784 + cfun->machine->framesize_locals
2205 fprintf (outfile, "; framesize_locals: %d\n",
2206 cfun->machine->framesize_locals);
3003 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing;
3059 fs = cfun->machine->framesize_locals + cfun->machine->framesize_outgoing
83 int framesize_locals; variable
    [all...]

Completed in 48 milliseconds