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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c4286 unsigned int gr_size;
4306 gr_size = GET_MODE_SIZE (gr_mode);
4307 offset += gr_size;
4308 if (gr_size == UNITS_PER_WORD
4309 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4311 else if (gr_size > UNITS_PER_WORD)
4312 int_regs += gr_size / UNITS_PER_WORD;
4280 unsigned int gr_size; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c4025 unsigned int gr_size;
4045 gr_size = GET_MODE_SIZE (gr_mode);
4046 offset += gr_size;
4047 if (gr_size == UNITS_PER_WORD
4048 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0))
4050 else if (gr_size > UNITS_PER_WORD)
4051 int_regs += gr_size / UNITS_PER_WORD;
4018 unsigned int gr_size; local

Completed in 84 milliseconds