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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 3364 static int next_fcc_reg = 0;
3374 reg = next_fcc_reg;
3377 next_fcc_reg = (next_fcc_reg + 1) & 3;
3361 static int next_fcc_reg = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 3372 static int next_fcc_reg = 0;
3382 reg = next_fcc_reg;
3385 next_fcc_reg = (next_fcc_reg + 1) & 3;
3369 static int next_fcc_reg = 0; local

Completed in 38 milliseconds