Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.c471 unsigned int reg_words; member
3786 info->reg_words = MIN (num_words, max_regs); in mips_arg_info()
3787 info->stack_words = num_words - info->reg_words; in mips_arg_info()
3811 cum->num_gprs = info.reg_offset + info.reg_words; in function_arg_advance()
3812 else if (info.reg_words > 0) in function_arg_advance()
3880 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (info.reg_words)); in function_arg()
3884 for (i = 0; i < info.reg_words; i++) in function_arg()
3925 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in function_arg()
3928 gcc_assert (info.stack_words == info.reg_words); in function_arg()
3939 reg + info.reg_words / 2), in function_arg()
[all …]