Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c33768 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
33775 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
33782 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
33784 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c43660 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43667 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43674 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43676 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()