Searched refs:stack_words (Results 1 – 7 of 7) sorted by relevance
275 unsigned int stack_words; member320 info->stack_words = num_words - info->reg_words; in classify_arg()323 if (info->stack_words) in classify_arg()325 info->stack_offset = cum->stack_words; in classify_arg()682 if (info.stack_words > 0) in score_function_arg_advance()683 cum->stack_words = info.stack_offset + info.stack_words; in score_function_arg_advance()694 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in score_arg_partial_bytes()712 if (!info.stack_words) in score_function_arg()
576 unsigned int stack_words; /* number of words in stack */ member
483 unsigned int stack_words; member3775 info->stack_offset = cum->stack_words; in mips_arg_info()3783 info->stack_words = num_words - info->reg_words; in mips_arg_info()3811 if (info.stack_words > 0) in function_arg_advance()3812 cum->stack_words = info.stack_offset + info.stack_words; in function_arg_advance()3924 gcc_assert (info.stack_words == info.reg_words); in function_arg()3929 gcc_assert (info.stack_words == 0); in function_arg()3961 return info.stack_words > 0 ? info.reg_words * UNITS_PER_WORD : 0; in mips_arg_partial_bytes()4218 if (cum->stack_words > 0) in mips_va_start()4221 cum->stack_words * UNITS_PER_WORD)); in mips_va_start()
1904 unsigned int stack_words; member
218 unsigned int stack_words; member4351 info->stack_offset = cum->stack_words;4365 info->stack_words = num_words - info->reg_words;4427 if (info.stack_words > 0)4428 cum->stack_words = info.stack_offset + info.stack_words;4571 return info.stack_words > 0 ? info.reg_words : 0;4759 if (cum->stack_words > 0)4761 build_int_2 (cum->stack_words * UNITS_PER_WORD, 0));
2748 unsigned int stack_words; member
13343 fp_regs and stack_words.13355 (mips_va_start): Likewise. Use the new stack_words field of