Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dvect.md27 (define_mode_attr vecsize [(V8QI "1") (V4HI "2") (V2SI "4")])
117 "psub<vecsize> %0 = r0, %1"
125 "padd<vecsize> %0 = %1, %2"
134 "padd<vecsize>.sss %0 = %1, %2"
143 "padd<vecsize>.uuu %0 = %1, %2"
151 "psub<vecsize> %0 = %1, %2"
160 "psub<vecsize>.sss %0 = %1, %2"
169 "psub<vecsize>.uuu %0 = %1, %2"
546 "pshl<vecsize> %0 = %1, %2"
555 "pshr<vecsize> %0 = %1, %2"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dvect.md27 (define_mode_attr vecsize [(V8QI "1") (V4HI "2") (V2SI "4")])
117 "psub<vecsize> %0 = r0, %1"
125 "padd<vecsize> %0 = %1, %2"
134 "padd<vecsize>.sss %0 = %1, %2"
143 "padd<vecsize>.uuu %0 = %1, %2"
151 "psub<vecsize> %0 = %1, %2"
160 "psub<vecsize>.sss %0 = %1, %2"
169 "psub<vecsize>.uuu %0 = %1, %2"
546 "pshl<vecsize> %0 = %1, %2"
555 "pshr<vecsize> %0 = %1, %2"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc219 size_t vecsize = int_size_in_bytes (TREE_TYPE (operands[0])) * BITS_PER_UNIT; in build_pack() local
220 tree wide_type = build_nonstandard_integer_type (vecsize, 1); in build_pack()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c3641 unsigned HOST_WIDE_INT vecsize; in type_valid_for_vector_size() local
3644 || (vecsize = tree_to_uhwi (size)) > maxsize) in type_valid_for_vector_size()
3656 if (vecsize % tree_to_uhwi (TYPE_SIZE_UNIT (type))) in type_valid_for_vector_size()
3663 if (vecsize == 0) in type_valid_for_vector_size()
3670 unsigned HOST_WIDE_INT nunits = vecsize / tree_to_uhwi (TYPE_SIZE_UNIT (type)); in type_valid_for_vector_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc4336 unsigned HOST_WIDE_INT vecsize; in type_valid_for_vector_size() local
4339 || (vecsize = tree_to_uhwi (size)) > maxsize) in type_valid_for_vector_size()
4351 if (vecsize % tree_to_uhwi (TYPE_SIZE_UNIT (type))) in type_valid_for_vector_size()
4358 if (vecsize == 0) in type_valid_for_vector_size()
4365 unsigned HOST_WIDE_INT nunits = vecsize / tree_to_uhwi (TYPE_SIZE_UNIT (type)); in type_valid_for_vector_size()