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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h89 #define vec_vspltisb vec_splat_s8
450 #define vec_splat_s8(x) __builtin_altivec_vspltisb ((x)) macro
453 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x)))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h5846 /* vec_splat_s8 */
5848 #define __builtin_altivec_vspltisb vec_splat_s8
5852 vec_splat_s8(signed char __a) function

Completed in 102 milliseconds