Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore.c275 unsigned int stack_words; member
320 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()
H A Dscore.h576 unsigned int stack_words; /* number of words in stack */ member
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c483 unsigned int stack_words; member
3775 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()
H A Dmips.h1904 unsigned int stack_words; member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c218 unsigned int stack_words; member
4351 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));
H A Dmips.h2748 unsigned int stack_words; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.713343 fp_regs and stack_words.
13355 (mips_va_start): Likewise. Use the new stack_words field of