Searched refs:align_words (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 4813 int align_words = rs6000_parm_start (mode, type, start_words); in function_arg_advance() local 4815 cum->words = align_words + n_words; in function_arg_advance() 4829 named, align_words - start_words, depth); in function_arg_advance() 5100 rs6000_mixed_function_arg (enum machine_mode mode, tree type, int align_words) in rs6000_mixed_function_arg() argument 5106 if (align_words >= GP_ARG_NUM_REG) in rs6000_mixed_function_arg() 5116 return gen_rtx_REG (mode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg() 5119 if (align_words + n_units > GP_ARG_NUM_REG) in rs6000_mixed_function_arg() 5134 rtx r = gen_rtx_REG (SImode, GP_ARG_MIN_REG + align_words); in rs6000_mixed_function_arg() 5138 while (++align_words < GP_ARG_NUM_REG && --n_units != 0); in rs6000_mixed_function_arg() 5216 int align_words; in function_arg() local [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 3210 int align_words = cum->words + align; local 3224 || (align_words < GP_ARG_NUM_REG)))) 3230 ((align_words >= GP_ARG_NUM_REG) 3232 : (align_words 3239 GP_ARG_MIN_REG + align_words) 3241 GP_ARG_MIN_REG + align_words))), 3247 else if (align_words < GP_ARG_NUM_REG) 3248 return gen_rtx_REG (mode, GP_ARG_MIN_REG + align_words);
|