Searched defs:vec_madd (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 133 #define vec_madd __builtin_vec_madd macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 4744 static __inline__ vector signed short __ATTRS_o_ai vec_madd( in vec_madd() function 4750 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd() function 4756 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd() function 4762 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd() function 4767 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd() function 4778 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd() function
|
H A D | vecintrin.h | 8959 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
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 2049 vec_madd (vector float a1, vector float a2, vector float a3) in vec_madd() function
|