Searched refs:vec_adds (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h170 /* vec_adds (vector add saturated)
173 static inline vec_uchar16 vec_adds(vec_uchar16 a, vec_uchar16 b) function
186 static inline vec_char16 vec_adds(vec_char16 a, vec_char16 b) function
199 static inline vec_char16 vec_adds(vec_bchar16 a, vec_char16 b) function
201 return (vec_adds((vec_char16)(a), b));
204 static inline vec_char16 vec_adds(vec_char16 a, vec_bchar16 b) function
206 return (vec_adds(a, (vec_char16)(b)));
209 static inline vec_ushort8 vec_adds(vec_ushort8 a, vec_ushort8 b) function
218 static inline vec_short8 vec_adds(vec_short8 a, vec_short8 b) function
228 static inline vec_short8 vec_adds(vec_bshort function
233 static inline vec_short8 vec_adds(vec_short8 a, vec_bshort8 b) function
238 static inline vec_uint4 vec_adds(vec_uint4 a, vec_uint4 b) function
243 static inline vec_int4 vec_adds(vec_int4 a, vec_int4 b) function
253 static inline vec_int4 vec_adds(vec_bint4 a, vec_int4 b) function
258 static inline vec_int4 vec_adds(vec_int4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h428 return (__m128i) vec_adds (__E, __F);
448 __C = vec_adds (__C, __D);
H A Dmmintrin.h908 c = vec_adds(a, b);
926 c = vec_adds(a, b);
944 c = vec_adds(a, b);
963 c = vec_adds(a, b);
H A Demmintrin.h1325 return (__m128i) vec_adds ((__v16qi)__A, (__v16qi)__B);
1331 return (__m128i) vec_adds ((__v8hi)__A, (__v8hi)__B);
1337 return (__m128i) vec_adds ((__v16qu)__A, (__v16qu)__B);
1343 return (__m128i) vec_adds ((__v8hu)__A, (__v8hu)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtmmintrin.h439 return (__m128i) vec_adds (__E, __F);
459 __C = vec_adds (__C, __D);
H A Dmmintrin.h934 __c = vec_adds (__a, __b);
952 __c = vec_adds (__a, __b);
970 __c = vec_adds (__a, __b);
989 __c = vec_adds (__a, __b);
H A Demmintrin.h1357 return (__m128i) vec_adds ((__v16qi)__A, (__v16qi)__B);
1363 return (__m128i) vec_adds ((__v8hi)__A, (__v8hi)__B);
1369 return (__m128i) vec_adds ((__v16qu)__A, (__v16qu)__B);
1375 return (__m128i) vec_adds ((__v8hu)__A, (__v8hu)__B);
H A Daltivec.h221 #define vec_adds __builtin_vec_adds macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h451 return (__m128i) vec_adds (__E, __F);
471 __C = vec_adds (__C, __D);
H A Dmmintrin.h934 __c = vec_adds (__a, __b);
952 __c = vec_adds (__a, __b);
970 __c = vec_adds (__a, __b);
989 __c = vec_adds (__a, __b);
H A Demmintrin.h1357 return (__m128i) vec_adds ((__v16qi)__A, (__v16qi)__B);
1363 return (__m128i) vec_adds ((__v8hi)__A, (__v8hi)__B);
1369 return (__m128i) vec_adds ((__v16qu)__A, (__v16qu)__B);
1375 return (__m128i) vec_adds ((__v8hu)__A, (__v8hu)__B);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h605 /* vec_adds */
608 vec_adds(vector signed char __a, vector signed char __b) { function
613 vec_adds(vector bool char __a, vector signed char __b) { function
618 vec_adds(vector signed char __a, vector bool char __b) { function
623 vec_adds(vector unsigned char __a, vector unsigned char __b) { function
628 vec_adds(vector bool char __a, vector unsigned char __b) { function
633 vec_adds(vector unsigned char __a, vector bool char __b) { function
637 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, function
642 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, function
647 static __inline__ vector short __ATTRS_o_ai vec_adds(vecto function
653 vec_adds(vector unsigned short __a, vector unsigned short __b) { function
658 vec_adds(vector bool short __a, vector unsigned short __b) { function
663 vec_adds(vector unsigned short __a, vector bool short __b) { function
667 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
672 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, function
677 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
683 vec_adds(vector unsigned int __a, vector unsigned int __b) { function
688 vec_adds(vector bool int __a, vector unsigned int __b) { function
693 vec_adds(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 511 milliseconds