Home
last modified time | relevance | path

Searched refs:fpr_words (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc1806 int fpr_words; in rs6000_function_arg() local
1847 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() local
1958 if (align_words + fpr_words < GP_ARG_NUM_REG) in rs6000_arg_partial_bytes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c7229 int fpr_words; in rs6000_function_arg() local
7270 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() local
7391 if (align_words + fpr_words < GP_ARG_NUM_REG) in rs6000_arg_partial_bytes()