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

/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c4811 unsigned int gr_size;
4831 gr_size = GET_MODE_SIZE (gr_mode);
4832 offset += gr_size;
4833 if (gr_size == UNITS_PER_WORD
4834 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4836 else if (gr_size > UNITS_PER_WORD)
4837 int_regs += gr_size / UNITS_PER_WORD;
4805 unsigned int gr_size; local

Completed in 104 milliseconds