Searched defs:vec_splat_s32 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1714 #define vec_splat_s32(_a) spu_splats((signed int)(_a)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h97 #define vec_splat_s32 __builtin_s390_vec_splat_s32 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h97 #define vec_splat_s32 __builtin_s390_vec_splat_s32 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h677 #define vec_splat_s32(x) __builtin_altivec_vspltisw ((x)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h10260 static __inline__ vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { function

Completed in 317 milliseconds