Lines Matching refs:vec_add

166 /* vec_add */
169 vec_add(vector signed char __a, vector signed char __b) {
174 vec_add(vector bool char __a, vector signed char __b) {
179 vec_add(vector signed char __a, vector bool char __b) {
184 vec_add(vector unsigned char __a, vector unsigned char __b) {
189 vec_add(vector bool char __a, vector unsigned char __b) {
194 vec_add(vector unsigned char __a, vector bool char __b) {
198 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a,
203 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a,
208 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a,
214 vec_add(vector unsigned short __a, vector unsigned short __b) {
219 vec_add(vector bool short __a, vector unsigned short __b) {
224 vec_add(vector unsigned short __a, vector bool short __b) {
228 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a,
233 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a,
238 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a,
244 vec_add(vector unsigned int __a, vector unsigned int __b) {
249 vec_add(vector bool int __a, vector unsigned int __b) {
254 vec_add(vector unsigned int __a, vector bool int __b) {
260 vec_add(vector signed long long __a, vector signed long long __b) {
265 vec_add(vector unsigned long long __a, vector unsigned long long __b) {
270 vec_add(vector signed __int128 __a, vector signed __int128 __b) {
275 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) {
280 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a,
286 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a,