Lines Matching refs:vector_size
37 typedef signed char __attribute__ ((vector_size (8))) vec_char_8_t;
43 typedef short __attribute__ ((vector_size (8))) vec_short_8_t;
49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t;
55 typedef long __attribute__ ((vector_size (8))) vec_long_8_t;
61 typedef float __attribute__ ((vector_size (8))) vec_float_8_t;
67 typedef double __attribute__ ((vector_size (8))) vec_double_8_t;
78 typedef signed char __attribute__ ((vector_size (16))) vec_char_16_t;
84 typedef short __attribute__ ((vector_size (16))) vec_short_16_t;
90 typedef int __attribute__ ((vector_size (16))) vec_int_16_t;
96 typedef long __attribute__ ((vector_size (16))) vec_long_16_t;
102 typedef __int128 __attribute__ ((vector_size (16))) vec_int128_16_t;
108 typedef float __attribute__ ((vector_size (16))) vec_float_16_t;
114 typedef double __attribute__ ((vector_size (16))) vec_double_16_t;
121 typedef __float128 __attribute__ ((vector_size (16))) vec_float128_16_t;