Searched refs:vec_splat_s16 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h94 #define vec_vspltish vec_splat_s16
325 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x)))
H A Demmintrin.h1507 __lshift = (__v8hu) vec_splat_s16(__B);
1566 __rshift = (__v8hu) vec_splat_s16(__B);
1675 __rshift = (__v8hu) vec_splat_s16(__B);
H A Dsi2vmx.h1404 neg_b = (vec_ushort8)vec_sub(vec_splat_s16(0), (vec_short8)(b));
1447 neg_b = (vec_ushort8)vec_sub(vec_splat_s16(0), (vec_short8)(b));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h95 #define vec_splat_s16 __builtin_s390_vec_splat_s16 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h95 #define vec_splat_s16 __builtin_s390_vec_splat_s16 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h90 #define vec_vspltish vec_splat_s16
676 #define vec_splat_s16(x) __builtin_altivec_vspltish ((x)) macro
679 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x)))
H A Demmintrin.h1505 __lshift = (__v8hu) vec_splat_s16(__B);
1564 __rshift = (__v8hu) vec_splat_s16(__B);
1673 __rshift = (__v8hu) vec_splat_s16(__B);
H A Dsi2vmx.h1404 neg_b = (vec_ushort8)vec_sub(vec_splat_s16(0), (vec_short8)(b));
1447 neg_b = (vec_ushort8)vec_sub(vec_splat_s16(0), (vec_short8)(b));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1473 lshift = (__v8hu) vec_splat_s16(__B);
1532 rshift = (__v8hu) vec_splat_s16(__B);
1641 rshift = (__v8hu) vec_splat_s16(__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1705 /* vec_splat_s16 (vector splat signed half-word)
1708 #define vec_splat_s16(_a) spu_splats((signed short)(_a)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h1812 vec_splat_s16(signed short __scalar)
H A Daltivec.h10239 /* vec_splat_s16 */
10241 #define __builtin_altivec_vspltish vec_splat_s16
10244 static __inline__ vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { function

Completed in 542 milliseconds