Searched defs:vec_sum4s (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h175 #define vec_sum4s __builtin_vec_sum4s macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h4751 vec_sum4s (vector unsigned char a1, vector unsigned int a2) function
4757 vec_sum4s (vector signed char a1, vector signed int a2) function
4763 vec_sum4s (vector signed short a1, vector signed int a2) function
8031 #define vec_sum4s(a1, a2) \ macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h12475 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed char __a, function
12481 vec_sum4s(vector unsigned char __a, vector unsigned int __b) { function
12485 static __inline__ vector int __ATTRS_o_ai vec_sum4s(vector signed short __a, function

Completed in 290 milliseconds