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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1129 /* vec_msum (vector multiply sum)
1132 static inline vec_uint4 vec_msum(vec_uchar16 a, vec_uchar16 b, vec_uint4 c) function
1147 static inline vec_int4 vec_msum(vec_char16 a, vec_uchar16 b, vec_int4 c) function
1162 static inline vec_uint4 vec_msum(vec_ushort8 a, vec_ushort8 b, vec_uint4 c) function
1167 static inline vec_int4 vec_msum(vec_short8 a, vec_short8 b, vec_int4 c) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h258 #define vec_msum __builtin_vec_msum macro
H A Dsi2vmx.h1069 return ((qword)(vec_msum(vec_and((vec_short8)(a),
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h1069 return ((qword)(vec_msum(vec_and((vec_short8)(a),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h5991 /* vec_msum */
5993 static __inline__ vector int __ATTRS_o_ai vec_msum(vector signed char __a, function
6000 vec_msum(vector unsigned char __a, vector unsigned char __b, function
6005 static __inline__ vector int __ATTRS_o_ai vec_msum(vector short __a, function
6012 vec_msum(vector unsigned short __a, vector unsigned short __b, function

Completed in 419 milliseconds