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

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c15598 int next_parm_info_bit = 31;
15630 if (next_parm_info_bit > 0)
15631 parm_info |= (bits << (next_parm_info_bit - 1));
15632 next_parm_info_bit -= 2;
15639 next_parm_info_bit -= 1;
15565 int next_parm_info_bit = 31; local

Completed in 71 milliseconds