Home
last modified time | relevance | path

Searched refs:vec_splat_s32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1465 __lshift = (__v4su)vec_splat_s32(__B); in _mm_slli_epi32()
1484 __lshift = (__v2du)vec_splat_s32(__B); in _mm_slli_epi64()
1521 __rshift = (__v4su)vec_splat_s32(__B); in _mm_srai_epi32()
1627 __rshift = (__v4su)vec_splat_s32(__B); in _mm_srli_epi32()
1649 __rshift = (__v2du)vec_splat_s32(__B); in _mm_srli_epi64()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h10350 #define __builtin_altivec_vspltisw vec_splat_s32
10353 static __inline__ vector int __ATTRS_o_ai vec_splat_s32(signed char __a) { in vec_splat_s32() function
H A Dvecintrin.h2000 vec_splat_s32(signed short __scalar) in vec_splat_s32() function