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

/freebsd-11-stable/contrib/llvm-project/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);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h191 #define vec_adds __builtin_vec_adds macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h557 /* vec_adds */
560 vec_adds(vector signed char __a, vector signed char __b) { function
565 vec_adds(vector bool char __a, vector signed char __b) { function
570 vec_adds(vector signed char __a, vector bool char __b) { function
575 vec_adds(vector unsigned char __a, vector unsigned char __b) { function
580 vec_adds(vector bool char __a, vector unsigned char __b) { function
585 vec_adds(vector unsigned char __a, vector bool char __b) { function
589 static __inline__ vector short __ATTRS_o_ai vec_adds(vector short __a, function
594 static __inline__ vector short __ATTRS_o_ai vec_adds(vector bool short __a, function
599 static __inline__ vector short __ATTRS_o_ai vec_adds(vecto function
605 vec_adds(vector unsigned short __a, vector unsigned short __b) { function
610 vec_adds(vector bool short __a, vector unsigned short __b) { function
615 vec_adds(vector unsigned short __a, vector bool short __b) { function
619 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
624 static __inline__ vector int __ATTRS_o_ai vec_adds(vector bool int __a, function
629 static __inline__ vector int __ATTRS_o_ai vec_adds(vector int __a, function
635 vec_adds(vector unsigned int __a, vector unsigned int __b) { function
640 vec_adds(vector bool int __a, vector unsigned int __b) { function
645 vec_adds(vector unsigned int __a, vector bool int __b) { function
[all...]

Completed in 100 milliseconds