Searched refs:fpr_words (Results 1 – 2 of 2) sorted by relevance
1806 int fpr_words; in rs6000_function_arg() local1847 fpr_words = (i * GET_MODE_SIZE (elt_mode)) / (TARGET_32BIT ? 4 : 8); in rs6000_function_arg()1848 if (i < n_elts && align_words + fpr_words < GP_ARG_NUM_REG in rs6000_function_arg()1854 align_words += fpr_words; in rs6000_function_arg()1855 n_words -= fpr_words; in rs6000_function_arg()1860 off = GEN_INT (fpr_words++ * GET_MODE_SIZE (rmode)); in rs6000_function_arg()1956 int fpr_words = fpr / (TARGET_32BIT ? 4 : 8); in rs6000_arg_partial_bytes() local1958 if (align_words + fpr_words < GP_ARG_NUM_REG) in rs6000_arg_partial_bytes()
7229 int fpr_words; in rs6000_function_arg() local7270 fpr_words = (i * GET_MODE_SIZE (elt_mode)) / (TARGET_32BIT ? 4 : 8); in rs6000_function_arg()7271 if (i < n_elts && align_words + fpr_words < GP_ARG_NUM_REG in rs6000_function_arg()7279 align_words += fpr_words; in rs6000_function_arg()7280 n_words -= fpr_words; in rs6000_function_arg()7285 off = GEN_INT (fpr_words++ * GET_MODE_SIZE (rmode)); in rs6000_function_arg()7389 int fpr_words = fpr / (TARGET_32BIT ? 4 : 8); in rs6000_arg_partial_bytes() local7391 if (align_words + fpr_words < GP_ARG_NUM_REG) in rs6000_arg_partial_bytes()