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

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h91 #define vec_vspltisw vec_splat_s32
452 #define vec_splat_s32(x) __builtin_altivec_vspltisw ((x)) macro
455 #define vec_splat_u32(x) ((__vector unsigned int) vec_splat_s32 ((x)))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h5886 /* vec_splat_s32 */
5888 #define __builtin_altivec_vspltisw vec_splat_s32
5892 vec_splat_s32(signed char __a) function

Completed in 72 milliseconds