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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5220 bool needscratch;
5280 needscratch = baseoffset != 0;
5281 if (needscratch && !scratch)
5302 && needscratch
5305 newbasereg = needscratch ? (int) REGNO (scratch) : basereg;
5314 if (!needscratch)
5321 if (needscratch)
5344 if (needscratch && CDX_REG_P (newbasereg))
5359 if (needscratch)
5371 if (needscratch)
5209 bool needscratch; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5214 bool needscratch;
5274 needscratch = baseoffset != 0;
5275 if (needscratch && !scratch)
5296 && needscratch
5299 newbasereg = needscratch ? (int) REGNO (scratch) : basereg;
5308 if (!needscratch)
5315 if (needscratch)
5338 if (needscratch && CDX_REG_P (newbasereg))
5353 if (needscratch)
5365 if (needscratch)
5203 bool needscratch; local
    [all...]

Completed in 44 milliseconds