Searched refs:vec_sum2s (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 97 #define vec_vsum2sws vec_sum2s 208 #define vec_sum2s __builtin_vec_sum2s macro
|
H A D | si2vmx.h | 957 bytes = (vec_uint4)vec_sum2s((vec_int4)(vec_sum4s(bits, ((vec_uint4){0}))), ((vec_int4){0})); in si_gbb()
|
H A D | emmintrin.h | 2206 __result = vec_sum2s (__vsum, (__vector signed int) __zero); in _mm_sad_epu8()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 99 #define vec_vsum2sws vec_sum2s
|
H A D | si2vmx.h | 957 bytes = (vec_uint4)vec_sum2s((vec_int4)(vec_sum4s(bits, ((vec_uint4){0}))), ((vec_int4){0})); in si_gbb()
|
H A D | emmintrin.h | 2227 __result = vec_sum2s (__vsum, (__vector signed int) __zero); in _mm_sad_epu8()
|
H A D | rs6000-overload.def | 4311 [VEC_SUM2S, vec_sum2s, __builtin_vec_sum2s]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | emmintrin.h | 2174 result = vec_sum2s (vsum, (__vector signed int) zero); in _mm_sad_epu8()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2191 static inline vec_int4 vec_sum2s(vec_int4 a, vec_int4 b) in vec_sum2s() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 12422 vec_sum2s(vector int __a, vector int __b) { in vec_sum2s() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 3425 _ARCH_PWR9, optimize vec_sum2s when LE.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18802 @tab @code{vec_sum2s}
|
H A D | gcc.info | 51244 'vec_subs' 'vec_sum2s' 'vec_sum4s'
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 18703 vector signed int vec_sum2s (vector signed int, vector signed int);
|
H A D | gcc.info | 48275 vector signed int vec_sum2s (vector signed int, vector signed int);
|