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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c4848 unsigned int gr_size;
4868 gr_size = GET_MODE_SIZE (gr_mode);
4869 offset += gr_size;
4870 if (gr_size == UNITS_PER_WORD
4871 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4873 else if (gr_size > UNITS_PER_WORD)
4874 int_regs += gr_size / UNITS_PER_WORD;
4842 unsigned int gr_size; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc4848 unsigned int gr_size;
4868 gr_size = GET_MODE_SIZE (gr_mode);
4869 offset += gr_size;
4870 if (gr_size == UNITS_PER_WORD
4871 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4873 else if (gr_size > UNITS_PER_WORD)
4874 int_regs += gr_size / UNITS_PER_WORD;
4842 unsigned int gr_size; local

Completed in 261 milliseconds