Searched refs:next_fcc_reg (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c2049 static int next_fcc_reg = 0;
2059 reg = next_fcc_reg;
2062 next_fcc_reg = (next_fcc_reg + 1) & 3;
2043 static int next_fcc_reg = 0; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c2818 static int next_fcc_reg = 0;
2828 reg = next_fcc_reg;
2831 next_fcc_reg = (next_fcc_reg + 1) & 3;
2815 static int next_fcc_reg = 0; local

Completed in 119 milliseconds