Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc1257 int align_words = rs6000_parm_start (mode, type, start_words); in rs6000_function_arg_advance_1() local
1259 cum->words = align_words + n_words; in rs6000_function_arg_advance_1()
1278 named, align_words - start_words, depth); in rs6000_function_arg_advance_1()
1488 int align_words) in rs6000_mixed_function_arg() argument
1494 if (align_words >= GP_ARG_NUM_REG) in rs6000_mixed_function_arg()
1504 return gen_rtx_REG (mode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg()
1507 if (align_words + n_units > GP_ARG_NUM_REG) in rs6000_mixed_function_arg()
1522 rtx r = gen_rtx_REG (SImode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg()
1526 while (++align_words < GP_ARG_NUM_REG && --n_units != 0); in rs6000_mixed_function_arg()
1538 int align_words, rtx *rvec) in rs6000_psave_function_arg() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c6680 int align_words = rs6000_parm_start (mode, type, start_words); in rs6000_function_arg_advance_1() local
6682 cum->words = align_words + n_words; in rs6000_function_arg_advance_1()
6701 named, align_words - start_words, depth); in rs6000_function_arg_advance_1()
6911 int align_words) in rs6000_mixed_function_arg() argument
6917 if (align_words >= GP_ARG_NUM_REG) in rs6000_mixed_function_arg()
6927 return gen_rtx_REG (mode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg()
6930 if (align_words + n_units > GP_ARG_NUM_REG) in rs6000_mixed_function_arg()
6945 rtx r = gen_rtx_REG (SImode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg()
6949 while (++align_words < GP_ARG_NUM_REG && --n_units != 0); in rs6000_mixed_function_arg()
6961 int align_words, rtx *rvec) in rs6000_psave_function_arg() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201512790 (rs6000_function_arg): Use ROUND_UP to calculate align_words.