Searched refs:eltype (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-mve-builtins.cc73 arm_mve_type_for_scalar_type (tree eltype) argument
76 if (arm_simd_types[i].eltype == eltype
95 tree eltype = scalar_types[i]; local
97 if (eltype == boolean_type_node)
104 vectype = arm_mve_type_for_scalar_type (eltype);
H A Darm-builtins.h113 tree eltype; member in struct:arm_simd_type_info
H A Darm-builtins.cc1533 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node;
1534 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node;
1535 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node;
1536 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node;
1546 arm_simd_types[Int8x8_t].eltype = intQI_type_node;
1547 arm_simd_types[Int8x16_t].eltype = intQI_type_node;
1548 arm_simd_types[Int16x4_t].eltype = intHI_type_node;
1549 arm_simd_types[Int16x8_t].eltype = intHI_type_node;
1550 arm_simd_types[Int32x2_t].eltype = intSI_type_node;
1551 arm_simd_types[Int32x4_t].eltype
1579 tree eltype = arm_simd_types[i].eltype; local
1709 tree eltype; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c344 struct type *eltype = check_typedef (type->target_type ()); local
345 int i, nelt = type->length () / eltype->length ();
349 const gdb_byte *elval = val + i * eltype->length ();
351 if (eltype->code () == TYPE_CODE_FLT && !tdep->soft_float)
361 target_float_convert (elval, eltype,
375 else if (eltype->length () == 8)
384 eltype->length ());
405 unpack_long (eltype, elval));
817 struct type *eltype = check_typedef (type->target_type ()); local
818 int i, nelt = type->length () / eltype
1552 struct type *eltype; local
1699 struct type *eltype = check_typedef (type->target_type ()); local
1711 struct type *eltype; local
1992 struct type *eltype; local
[all...]
H A Dopencl-lang.c124 struct type *eltype = check_typedef (value_type (c->val))->target_type (); local
126 LONGEST elsize = eltype->length ();
154 struct type *eltype = check_typedef (value_type (c->val))->target_type (); local
156 LONGEST elsize = eltype->length ();
180 struct value *from_elm_val = allocate_value (eltype);
455 struct type *eltype = check_typedef (type->target_type ()); local
465 eltype->length (), 0,
476 + i * eltype->length ()),
477 tmp, eltype->length ());
618 struct type *eltype; local
[all...]
H A Dvalarith.c1548 struct type *eltype, *scalar_type;
1561 eltype = check_typedef (vector_type->target_type ());
1562 elval = value_cast (eltype, scalar_value);
1568 if (eltype->length () < scalar_type->length ()
1574 int elt_len = eltype->length ();
1910 struct type *eltype = check_typedef (type->target_type ());
1918 int elt_len = eltype->length ();
1954 struct type *eltype = check_typedef (type->target_type ());
1963 int elt_len = eltype->length ();
2020 struct type *eltype
1545 struct type *eltype, *scalar_type; local
1905 struct type *eltype = check_typedef (type->target_type ()); local
1949 struct type *eltype = check_typedef (type->target_type ()); local
2014 struct type *eltype = check_typedef (value_type (element)); local
[all...]
H A Dada-tasks.c937 struct type *eltype = NULL; local
941 eltype = check_typedef (type->target_type ());
942 if (eltype != NULL
943 && eltype->code () == TYPE_CODE_PTR)
949 data->known_tasks_element = eltype;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c343 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
344 int i, nelt = TYPE_LENGTH (type) / TYPE_LENGTH (eltype);
348 const gdb_byte *elval = val + i * TYPE_LENGTH (eltype);
350 if (eltype->code () == TYPE_CODE_FLT && !tdep->soft_float)
360 target_float_convert (elval, eltype,
374 else if (TYPE_LENGTH (eltype) == 8)
383 TYPE_LENGTH (eltype));
404 unpack_long (eltype, elval));
811 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
812 int i, nelt = TYPE_LENGTH (type) / TYPE_LENGTH (eltype);
1511 struct type *eltype; local
1641 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
1653 struct type *eltype; local
1911 struct type *eltype; local
[all...]
H A Dopencl-lang.c173 struct type *eltype = TYPE_TARGET_TYPE (check_typedef (value_type (c->val))); local
175 LONGEST elsize = TYPE_LENGTH (eltype);
202 struct type *eltype = TYPE_TARGET_TYPE (check_typedef (value_type (c->val))); local
204 LONGEST elsize = TYPE_LENGTH (eltype);
228 struct value *from_elm_val = allocate_value (eltype);
502 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
512 TYPE_LENGTH (eltype), 0,
522 memset (value_contents_writeable (ret) + i * TYPE_LENGTH (eltype),
523 tmp, TYPE_LENGTH (eltype));
663 struct type *eltype; local
[all...]
H A Dvalarith.c1438 struct type *eltype, *scalar_type;
1451 eltype = check_typedef (TYPE_TARGET_TYPE (vector_type));
1452 elval = value_cast (eltype, scalar_value);
1458 if (TYPE_LENGTH (eltype) < TYPE_LENGTH (scalar_type)
1465 memcpy (value_contents_writeable (val) + (i * TYPE_LENGTH (eltype)),
1466 value_contents_all (elval), TYPE_LENGTH (eltype));
1795 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type));
1805 memcpy (value_contents_writeable (val) + i * TYPE_LENGTH (eltype),
1806 value_contents_all (tmp), TYPE_LENGTH (eltype));
1837 struct type *eltype
1435 struct type *eltype, *scalar_type; local
1790 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
1832 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type)); local
1894 struct type *eltype = check_typedef (value_type (element)); local
[all...]
H A Dada-tasks.c890 struct type *eltype = NULL; local
894 eltype = check_typedef (TYPE_TARGET_TYPE (type));
895 if (eltype != NULL
896 && eltype->code () == TYPE_CODE_PTR)
902 data->known_tasks_element = eltype;
H A Dvalops.c859 struct type *eltype = check_typedef (TYPE_TARGET_TYPE (type1)); local
870 tmp = value_one (eltype);
871 memcpy (value_contents_writeable (val) + i * TYPE_LENGTH (eltype),
872 value_contents_all (tmp), TYPE_LENGTH (eltype));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c583 tree eltype; member in struct:aarch64_simd_type_info
750 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node;
751 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node;
752 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node;
753 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node;
754 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
755 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
756 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node;
757 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node;
758 aarch64_simd_types[Uint8x8_t].eltype
802 tree eltype = aarch64_simd_types[i].eltype; local
964 tree eltype; local
[all...]
H A Daarch64-sve-builtins.cc3347 tree eltype = scalar_types[i];
3350 if (eltype == boolean_type_node)
3363 scalar_mode elmode = SCALAR_TYPE_MODE (eltype);
3368 vectype = build_vector_type_for_mode (eltype, mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc590 tree eltype = TREE_TYPE (TREE_TYPE (ptr)); local
591 tree size = TYPE_SIZE_UNIT (eltype);
1810 tree eltype = TREE_TYPE (aref);
1811 tree tpsize = TYPE_SIZE_UNIT (eltype);
1822 if (ostype && TREE_CODE (eltype) == ARRAY_TYPE)
2542 tree eltype = artype;
2543 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE)
2544 eltype = TREE_TYPE (eltype);
2546 tree subartype = eltype;
[all...]
H A Dubsan.cc412 tree eltype = type; local
462 eltype = t;
469 switch (TREE_CODE (eltype))
479 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node)
480 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node)
481 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node))
490 tinfo = get_ubsan_type_info_for_type (eltype);
H A Dinternal-fn.cc2250 tree eltype = TREE_TYPE (TREE_TYPE (arg0)); local
2251 tree sz = TYPE_SIZE (eltype);
2302 tree atype = build_array_type_nelts (eltype, cnt);
2307 op0 = build4_loc (loc, ARRAY_REF, eltype, op0, cntv,
2314 op1 = build4_loc (loc, ARRAY_REF, eltype, op1, cntv,
2320 res = build4_loc (loc, ARRAY_REF, eltype, res, cntv,
2327 op0 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg0, sz, bitpos);
2328 op1 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg1, sz, bitpos);
2330 res = fold_build3_loc (loc, BIT_FIELD_REF, eltype, resv, sz,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc709 tree eltype; variable
882 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node;
883 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node;
884 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node;
885 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node;
886 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
887 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
888 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node;
889 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node;
890 aarch64_simd_types[Uint8x8_t].eltype
934 tree eltype = aarch64_simd_types[i].eltype; local
1180 tree eltype; local
[all...]
H A Daarch64-sve-builtins.cc3346 tree eltype = scalar_types[i];
3349 if (eltype == boolean_type_node)
3362 scalar_mode elmode = SCALAR_TYPE_MODE (eltype);
3367 vectype = build_vector_type_for_mode (eltype, mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c1409 tree eltype; member in struct:arm_simd_type_info
1598 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node;
1599 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node;
1600 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node;
1601 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node;
1611 arm_simd_types[Int8x8_t].eltype = intQI_type_node;
1612 arm_simd_types[Int8x16_t].eltype = intQI_type_node;
1613 arm_simd_types[Int16x4_t].eltype = intHI_type_node;
1614 arm_simd_types[Int16x8_t].eltype = intHI_type_node;
1615 arm_simd_types[Int32x2_t].eltype
1644 tree eltype = arm_simd_types[i].eltype; local
1755 tree eltype; local
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dht-internal.h427 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \
430 struct eltype **var; \
/netbsd-current/external/bsd/libevent/dist/
H A Dht-internal.h426 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \
429 struct eltype **var; \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c2206 tree eltype = type; local
2207 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE)
2208 eltype = TREE_TYPE (eltype);
2210 if (TYPE_MODE (TREE_TYPE (eltype)) != TYPE_MODE (char_type_node))
2211 eltype = TREE_TYPE (eltype);
2213 if (eltype == type)
2220 HOST_WIDE_INT eltsz = int_size_in_bytes (eltype);
2224 return TREE_CODE (eltype)
2307 tree eltype = TREE_TYPE (x); local
[all...]
H A Dubsan.c410 tree eltype = type; local
461 eltype = t;
466 switch (TREE_CODE (eltype))
476 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node)
477 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node)
478 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node))
487 tinfo = get_ubsan_type_info_for_type (eltype);
H A Dinternal-fn.c2037 tree eltype = TREE_TYPE (TREE_TYPE (arg0)); local
2038 tree sz = TYPE_SIZE (eltype);
2089 tree atype = build_array_type_nelts (eltype, cnt);
2094 op0 = build4_loc (loc, ARRAY_REF, eltype, op0, cntv,
2101 op1 = build4_loc (loc, ARRAY_REF, eltype, op1, cntv,
2107 res = build4_loc (loc, ARRAY_REF, eltype, res, cntv,
2114 op0 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg0, sz, bitpos);
2115 op1 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg1, sz, bitpos);
2117 res = fold_build3_loc (loc, BIT_FIELD_REF, eltype, resv, sz,

Completed in 504 milliseconds

123