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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h173 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
204 static inline vec_char16 vec_adds(vec_char16 a, vec_bchar16 b) function
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/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h221 #define vec_adds __builtin_vec_adds macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h608 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 224 milliseconds