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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h90 #define vec_vspltish vec_splat_s16
451 #define vec_splat_s16(x) __builtin_altivec_vspltish ((x)) macro
454 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x)))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h5866 /* vec_splat_s16 */
5868 #define __builtin_altivec_vspltish vec_splat_s16
5872 vec_splat_s16(signed char __a) function

Completed in 74 milliseconds