Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c4044 unsigned int gr_size; in ia64_function_arg() local
4064 gr_size = GET_MODE_SIZE (gr_mode); in ia64_function_arg()
4065 offset += gr_size; in ia64_function_arg()
4066 if (gr_size == UNITS_PER_WORD in ia64_function_arg()
4067 || (gr_size < UNITS_PER_WORD && offset % UNITS_PER_WORD == 0)) in ia64_function_arg()
4069 else if (gr_size > UNITS_PER_WORD) in ia64_function_arg()
4070 int_regs += gr_size / UNITS_PER_WORD; in ia64_function_arg()