Home
last modified time | relevance | path

Searched refs:n_elt (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc2361 int i, n_elt = GET_MODE_NUNITS (tmode); in altivec_expand_vec_init_builtin() local
2364 gcc_assert (n_elt == call_expr_nargs (exp)); in altivec_expand_vec_init_builtin()
2371 if (n_elt == 1 && GET_MODE_SIZE (tmode) == GET_MODE_SIZE (inner_mode)) in altivec_expand_vec_init_builtin()
2378 rtvec v = rtvec_alloc (n_elt); in altivec_expand_vec_init_builtin()
2380 for (i = 0; i < n_elt; ++i) in altivec_expand_vec_init_builtin()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf.c764 bfd_size_type n_elt; in setup_group() local
780 n_elt = shdr->sh_size / 4; in setup_group()
784 while (--n_elt != 0) in setup_group()
793 n_elt = shdr->sh_size / 4; in setup_group()
794 while (--n_elt != 0) in setup_group()
799 if (n_elt != 0) in setup_group()
914 unsigned int n_elt; in _bfd_elf_setup_sections() local
929 n_elt = shdr->sh_size / 4; in _bfd_elf_setup_sections()
931 while (--n_elt != 0) in _bfd_elf_setup_sections()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c764 bfd_size_type n_elt; in setup_group() local
780 n_elt = shdr->sh_size / 4; in setup_group()
784 while (--n_elt != 0) in setup_group()
793 n_elt = shdr->sh_size / 4; in setup_group()
794 while (--n_elt != 0) in setup_group()
799 if (n_elt != 0) in setup_group()
914 unsigned int n_elt; in _bfd_elf_setup_sections() local
929 n_elt = shdr->sh_size / 4; in _bfd_elf_setup_sections()
931 while (--n_elt != 0) in _bfd_elf_setup_sections()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc15630 int i, n_elt; in ix86_build_const_vector() local
15661 n_elt = GET_MODE_NUNITS (mode); in ix86_build_const_vector()
15662 v = rtvec_alloc (n_elt); in ix86_build_const_vector()
15667 for (i = 1; i < n_elt; ++i) in ix86_build_const_vector()
Di386-expand.cc12183 int i, n_elt = GET_MODE_NUNITS (tmode); in ix86_expand_vec_init_builtin() local
12184 rtvec v = rtvec_alloc (n_elt); in ix86_expand_vec_init_builtin()
12187 gcc_assert (call_expr_nargs (exp) == n_elt); in ix86_expand_vec_init_builtin()
12189 for (i = 0; i < n_elt; ++i) in ix86_expand_vec_init_builtin()