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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c15599 int next_parm_info_bit = 31;
15631 if (next_parm_info_bit > 0)
15632 parm_info |= (bits << (next_parm_info_bit - 1));
15633 next_parm_info_bit -= 2;
15640 next_parm_info_bit -= 1;
15566 int next_parm_info_bit = 31; local

Completed in 188 milliseconds