Lines Matching refs:vec_add

195 /* vec_add */
198 vec_add(vector signed char __a, vector signed char __b) {
203 vec_add(vector bool char __a, vector signed char __b) {
208 vec_add(vector signed char __a, vector bool char __b) {
213 vec_add(vector unsigned char __a, vector unsigned char __b) {
218 vec_add(vector bool char __a, vector unsigned char __b) {
223 vec_add(vector unsigned char __a, vector bool char __b) {
227 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a,
232 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a,
237 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a,
243 vec_add(vector unsigned short __a, vector unsigned short __b) {
248 vec_add(vector bool short __a, vector unsigned short __b) {
253 vec_add(vector unsigned short __a, vector bool short __b) {
257 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a,
262 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a,
267 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a,
273 vec_add(vector unsigned int __a, vector unsigned int __b) {
278 vec_add(vector bool int __a, vector unsigned int __b) {
283 vec_add(vector unsigned int __a, vector bool int __b) {
289 vec_add(vector signed long long __a, vector signed long long __b) {
294 vec_add(vector unsigned long long __a, vector unsigned long long __b) {
299 vec_add(vector signed __int128 __a, vector signed __int128 __b) {
304 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) {
309 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a,
315 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a,
342 return vec_add(vec_add(__a, __b), __carry);
350 return vec_add(vec_add(__a, __b), __carry);