Home
last modified time | relevance | path

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

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Di386.c17593 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
17600 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
17607 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
17609 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c14006 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
14013 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
14020 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
14022 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c14452 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
14459 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
14466 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
14468 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c14038 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
14045 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
14052 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
14054 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c14452 int i, j, n_elts, n_words, n_elt_per_word;
14459 n_elt_per_word = n_elts / n_words;
14466 for (j = 0; j < n_elt_per_word; ++j)
14468 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c14452 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
14459 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
14466 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
14468 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c14038 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
14045 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
14052 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
14054 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c15747 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
15756 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
15763 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
15765 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c36530 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
36537 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
36544 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
36546 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c36340 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
36347 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
36354 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
36356 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c40244 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
40251 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
40258 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
40260 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c43673 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43680 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43687 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43689 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c43349 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43356 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43363 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43365 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c43673 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43680 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43687 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43689 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c43673 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43680 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43687 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43689 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c43673 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43680 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43687 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43689 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c43741 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43748 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43755 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43757 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c43253 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43260 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43267 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43269 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c43695 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43702 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43709 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43711 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c43349 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43356 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43363 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
43365 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c47679 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
47686 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
47693 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
47695 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c47679 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
47686 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
47693 for (j = 0; j < n_elt_per_word; ++j) in ix86_expand_vector_init_general()
47695 rtx elt = XVECEXP (vals, 0, (i+1)*n_elt_per_word - j - 1); in ix86_expand_vector_init_general()