Home
last modified time | relevance | path

Searched defs:vec_madd (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h324 #define vec_madd __builtin_s390_vec_madd macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h330 #define vec_madd __builtin_s390_vec_madd macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h145 #define vec_madd __builtin_vec_madd macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h4690 static __inline__ vector signed short __ATTRS_o_ai vec_madd( in vec_madd() function
4696 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd() function
4702 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd() function
4708 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd() function
4713 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd() function
4724 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd() function
H A Dvecintrin.h8959 vec_madd(__vector float __a, __vector float __b, __vector float __c) { in vec_madd() function
8965 vec_madd(__vector double __a, __vector double __b, __vector double __c) { in vec_madd() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h834 #define vec_madd(_a, _b, _c) spu_madd(_a, _b, _c) macro