Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h95 #define vec_splat_s16 __builtin_s390_vec_splat_s16 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h95 #define vec_splat_s16 __builtin_s390_vec_splat_s16 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h676 #define vec_splat_s16(x) __builtin_altivec_vspltish ((x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1708 #define vec_splat_s16(_a) spu_splats((signed short)(_a)) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h1812 vec_splat_s16(signed short __scalar) in vec_splat_s16() function
H A Daltivec.h10244 static __inline__ vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { in vec_splat_s16() function