HomeSort by: relevance | last modified time | path
    Searched defs:n_elts (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
731 lowbound + n_elts - 1);
726 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); local
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
731 lowbound + n_elts - 1);
726 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 965 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type); local
966 int midpoint = n_elts / 2;
984 offset + n_elts + i));
1002 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type); local
1013 for (int i = 0; i < n_elts / 2; i++)
1018 2*i + use_odd + n_elts)); local
1679 int n_elts = VECTOR_CST_NELTS (arg1); local
1681 128 / n_elts);
1682 tree_vector_builder elts (unsigned_arg1_type, n_elts, 1);
1683 for (int i = 0; i < n_elts; i++
1722 int n_elts = VECTOR_CST_NELTS (arg1); local
1727 tree_vector_builder elts (unsigned_type_for (arg1_type), n_elts, 1); local
1764 int n_elts = VECTOR_CST_NELTS (arg1); local
2080 unsigned int n_elts = VECTOR_CST_NELTS (arg0); local
    [all...]
rs6000-call.cc 315 *ELT_MODE and the number of elements in *N_ELTS, and return TRUE.
317 Otherwise, set *ELT_MODE to MODE and *N_ELTS to 1, and return FALSE. */
322 int *n_elts)
349 if (n_elts)
350 *n_elts = field_count;
387 if (n_elts)
388 *n_elts = 1;
398 if (n_elts)
399 *n_elts = 1;
818 int n_elts;
817 int n_elts; local
1068 int n_elts; local
1632 int n_elts; local
1887 int n_elts; local
    [all...]
rs6000-p8swap.cc 1205 int n_elts = GET_MODE_NUNITS (mode); local
1206 int half_elts = n_elts / 2;
1207 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
1230 int n_elts = GET_MODE_NUNITS (mode); local
1231 int half_elts = n_elts / 2;
1232 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
rs6000.cc 6784 unsigned int n_elts = GET_MODE_NUNITS (mode);
6790 for (i = 0; i < n_elts; ++i)
7046 XVECEXP (copy, 0, one_var) = XVECEXP (vals, 0, (one_var + 1) % n_elts);
7059 for (i = 0; i < n_elts; i++)
7077 for (i = 0; i < n_elts / 2; i++)
7090 for (i = 0; i < n_elts / 4; i++)
7101 for (i = 0; i < n_elts / 8; i++)
7161 for (i = 0; i < n_elts; i++)
7225 for (i = 0; i < n_elts; i++)
23956 in N_ELTS registers, each of mode ELT_MODE, starting at REGNO
6772 unsigned int n_elts = GET_MODE_NUNITS (mode); local
23947 int n_elts; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 3203 unsigned int n_elts;
3205 if (!GET_MODE_NUNITS (GET_MODE (op)).is_constant (&n_elts))
3214 for (unsigned i = 0; i < n_elts; i++)
3182 unsigned int n_elts; local
simplify-rtx.cc 4481 int n_elts;
4484 .is_constant (&n_elts)))
4496 gcc_assert (i < n_elts);
4519 gcc_assert (n_elts == n_elts00 + n_elts01);
4556 unsigned n_elts = XVECLEN (trueop1, 0);
4557 rtvec v = rtvec_alloc (n_elts);
4560 gcc_assert (known_eq (n_elts, GET_MODE_NUNITS (mode)));
4561 for (i = 0; i < n_elts; i++)
4846 unsigned int n_elts, in_n_elts;
4853 && GET_MODE_NUNITS (mode).is_constant (&n_elts)
4472 int n_elts; local
    [all...]
combine.cc 5673 unsigned n_elts = 0;
5676 && GET_MODE_NUNITS (GET_MODE (x)).is_constant (&n_elts)
5686 if (n_elts == HOST_BITS_PER_WIDE_INT)
5689 mask = (HOST_WIDE_INT_1U << n_elts) - 1;
5655 unsigned n_elts = 0; local
expr.cc 7862 poly_uint64 n_elts;
7915 n_elts = TYPE_VECTOR_SUBPARTS (type);
7918 && n_elts.is_constant (&const_n_elts))
7930 n_elts));
7983 need_to_clear = (maybe_lt (count, n_elts)
7998 if (!cleared && !vector && REG_P (target) && maybe_gt (n_elts, 1u))
7848 poly_uint64 n_elts; local
7916 n_elts)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 989 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type); local
990 int midpoint = n_elts / 2;
1008 offset + n_elts + i));
1026 int n_elts = TYPE_VECTOR_SUBPARTS (lhs_type); local
1037 for (int i = 0; i < n_elts / 2; i++)
1042 2*i + use_odd + n_elts)); local
1699 int n_elts = VECTOR_CST_NELTS (arg1); local
1701 128 / n_elts);
1702 tree_vector_builder elts (unsigned_arg1_type, n_elts, 1);
1703 for (int i = 0; i < n_elts; i++
1742 int n_elts = VECTOR_CST_NELTS (arg1); local
1747 tree_vector_builder elts (unsigned_type_for (arg1_type), n_elts, 1); local
1784 int n_elts = VECTOR_CST_NELTS (arg1); local
2105 unsigned int n_elts = VECTOR_CST_NELTS (arg0); local
    [all...]
rs6000-call.cc 323 *ELT_MODE and the number of elements in *N_ELTS, and return TRUE.
325 Otherwise, set *ELT_MODE to MODE and *N_ELTS to 1, and return FALSE. */
330 int *n_elts)
357 if (n_elts)
358 *n_elts = field_count;
395 if (n_elts)
396 *n_elts = 1;
406 if (n_elts)
407 *n_elts = 1;
826 int n_elts;
825 int n_elts; local
1076 int n_elts; local
1640 int n_elts; local
1895 int n_elts; local
    [all...]
rs6000-p8swap.cc 1203 int n_elts = GET_MODE_NUNITS (mode); local
1204 int half_elts = n_elts / 2;
1205 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
1228 int n_elts = GET_MODE_NUNITS (mode); local
1229 int half_elts = n_elts / 2;
1230 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts));
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 3233 unsigned int n_elts;
3235 if (!GET_MODE_NUNITS (GET_MODE (op)).is_constant (&n_elts))
3244 for (unsigned i = 0; i < n_elts; i++)
3212 unsigned int n_elts; local
simplify-rtx.cc 4292 int n_elts;
4295 .is_constant (&n_elts)))
4307 gcc_assert (i < n_elts);
4330 gcc_assert (n_elts == n_elts00 + n_elts01);
4367 unsigned n_elts = XVECLEN (trueop1, 0);
4368 rtvec v = rtvec_alloc (n_elts);
4371 gcc_assert (known_eq (n_elts, GET_MODE_NUNITS (mode)));
4372 for (i = 0; i < n_elts; i++)
4657 unsigned int n_elts, in_n_elts;
4664 && GET_MODE_NUNITS (mode).is_constant (&n_elts)
4283 int n_elts; local
    [all...]
tree-vect-stmts.cc 12278 unsigned HOST_WIDE_INT n_elts; local
12289 && TYPE_VECTOR_SUBPARTS (vectype).is_constant (&n_elts)
12290 && n_elts < BITS_PER_UNIT)
12382 && TYPE_VECTOR_SUBPARTS (intermediate_type).is_constant (&n_elts)
12383 && n_elts < BITS_PER_UNIT)
expr.cc 7178 poly_uint64 n_elts;
7204 n_elts = TYPE_VECTOR_SUBPARTS (type);
7207 && n_elts.is_constant (&const_n_elts))
7219 n_elts));
7272 need_to_clear = (maybe_lt (count, n_elts)
7164 poly_uint64 n_elts; local
7205 n_elts)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 345 HOST_WIDE_INT n_elts; local
365 n_elts = 1 + tree_to_uhwi (TYPE_MAX_VALUE (index))
367 gcc_assert (n_elts >= 0);
369 for (HOST_WIDE_INT i = 0; i < n_elts; i++)
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 2820 HOST_WIDE_INT n_elts;
2840 n_elts = 1 + tree_to_uhwi (TYPE_MAX_VALUE (index))
2842 gcc_assert (n_elts >= 0);
2844 for (HOST_WIDE_INT i = 0; i < n_elts; i++)
2817 HOST_WIDE_INT n_elts; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 4688 unsigned int n_elts = GET_MODE_NUNITS (mode), i; local
4690 for (i = 0; i < n_elts; ++i)
4706 if (i == n_elts)
4708 rtvec v = rtvec_alloc (n_elts);
4709 for (i = 0; i < n_elts; ++i)
4732 unsigned int n_elts = GET_MODE_NUNITS (mode), i; local
4734 for (i = 0; i < n_elts; ++i)
4751 if (i == n_elts)
4753 rtvec v = rtvec_alloc (n_elts);
4754 for (i = 0; i < n_elts; ++i
16910 int i, j, n_elts, n_words, n_elt_per_word; local
16987 int n_elts = GET_MODE_NUNITS (mode); local
17083 int n_elts = GET_MODE_NUNITS (mode); local
19915 unsigned n_elts = GET_MODE_NUNITS (vmode); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 346 HOST_WIDE_INT n_elts; local
366 n_elts = 1 + tree_to_uhwi (TYPE_MAX_VALUE (index))
368 gcc_assert (n_elts >= 0);
370 for (HOST_WIDE_INT i = 0; i < n_elts; i++)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 15876 int i, j, n_elts, n_words, n_elt_per_word; local
15883 n_elts = GET_MODE_NUNITS (mode);
15885 n_elt_per_word = n_elts / n_words;
15942 int n_elts = GET_MODE_NUNITS (mode); local
15949 if (n_elts != XVECLEN (vals, 0))
15954 if (GET_MODE_NUNITS (GET_MODE (x)) * 2 == n_elts)
15962 unsigned int n_bits = n_elts * GET_MODE_SIZE (inner_mode);
15979 for (i = 0; i < n_elts; ++i)
16037 int n_elts = GET_MODE_NUNITS (mode); local
16079 vec[2] = GEN_INT (n_elts/2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 6938 int n_elts = GET_MODE_NUNITS (mode);
6943 for (i = 0; i < n_elts; ++i)
6985 && n_elts == 2
7004 for (i = 1; i < n_elts; ++i)
7031 for (i = 0; i < n_elts; i++)
6937 int n_elts = GET_MODE_NUNITS (mode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 5987 int n_elts = GET_MODE_NUNITS (mode);
5994 for (i = 0; i < n_elts; ++i)
6021 if (n_var != n_elts)
6035 for (i = 0; i < n_elts; ++i)
6055 for (i = 0; i < n_elts; ++i)
5976 int n_elts = GET_MODE_NUNITS (mode); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7376 int n_elts = GET_MODE_NUNITS (mode);
7381 for (i = 0; i < n_elts; ++i)
7423 && n_elts == 2
7442 for (i = 1; i < n_elts; ++i)
7469 for (i = 0; i < n_elts; i++)
7375 int n_elts = GET_MODE_NUNITS (mode); local

Completed in 182 milliseconds

1 2