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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c4051 unsigned int gr_size;
4071 gr_size = GET_MODE_SIZE (gr_mode);
4072 offset += gr_size;
4073 if (gr_size == UNITS_PER_WORD
4074 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4076 else if (gr_size > UNITS_PER_WORD)
4077 int_regs += gr_size / UNITS_PER_WORD;
4044 unsigned int gr_size; local

Completed in 163 milliseconds