Searched refs:n_words (Results 1 – 9 of 9) sorted by relevance
236 int n_words = tree_low_cst (TYPE_SIZE_UNIT (type), 1) / UNITS_PER_WORD; in expand_vector_parallel() local246 else if (n_words > 1) in expand_vector_parallel()248 tree word_type = build_word_mode_vector_type (n_words); in expand_vector_parallel()
396 int n_words = 0; in iq2000_count_memory_refs() local474 n_words = 2; /* Always 2 words. */ in iq2000_count_memory_refs()483 n_words = SYMBOL_REF_FLAG (addr) ? 1 : 2; in iq2000_count_memory_refs()492 if (n_words == 0) in iq2000_count_memory_refs()495 n_words += additional; in iq2000_count_memory_refs()496 if (n_words > 3) in iq2000_count_memory_refs()497 n_words = 3; in iq2000_count_memory_refs()499 num_refs[n_words-1] += num; in iq2000_count_memory_refs()
247 int n_words; local249 n_words = 1 + TYPE_IS_WIDE (type);250 if (stack_pointer + n_words > DECL_MAX_STACK (current_function_decl))253 n_words--;254 while (--n_words >= 0)300 int n_words; local305 n_words = 1 + TYPE_IS_WIDE (type);306 if (stack_pointer < n_words)311 while (--n_words > 0)
9760 (pop_value): Likewise for variables `n_words' and `i'.
421 self.n_words = int(self.val["__n_words"])424 if self.n_words == 1:428 for index in range(self.n_words)]
4773 int n_words = rs6000_arg_size (mode, type); in function_arg_advance() local4779 if (n_words == 2) in function_arg_advance()4783 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in function_arg_advance()4788 if (n_words == 2) in function_arg_advance()4790 cum->words += n_words; in function_arg_advance()4796 cum->sysv_gregno = gregno + n_words; in function_arg_advance()4811 int n_words = rs6000_arg_size (mode, type); in function_arg_advance() local4815 cum->words = align_words + n_words; in function_arg_advance()4869 int n_words = rs6000_arg_size (mode, type); in rs6000_spe_function_arg() local4876 if (gregno + n_words - 1 > GP_ARG_MAX_REG) in rs6000_spe_function_arg()[all …]
3025 int n_words; local3031 n_words = 1;3033 n_words = RS6000_ARG_SIZE (mode, type);3036 if (n_words == 2 && (gregno & 1) == 0)3041 if (gregno + n_words - 1 > GP_ARG_MAX_REG)3044 if (n_words == 2)3046 cum->words += n_words;3052 cum->sysv_gregno = gregno + n_words;3169 int n_words; local3175 n_words = 1;[all …]
1895 int n_words = 0; local1973 n_words = 2; /* always 2 words */1982 n_words = SYMBOL_REF_FLAG (addr) ? 1 : 2;1991 if (n_words == 0)1994 n_words += additional;1995 if (n_words > 3)1996 n_words = 3;1998 num_refs[n_words-1] += num;
18624 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local18630 n_words = GET_MODE_SIZE (mode) / UNITS_PER_WORD; in ix86_expand_vector_init_general()18631 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()18634 for (i = 0; i < n_words; ++i) in ix86_expand_vector_init_general()18657 if (n_words == 1) in ix86_expand_vector_init_general()18659 else if (n_words == 2) in ix86_expand_vector_init_general()18667 else if (n_words == 4) in ix86_expand_vector_init_general()