Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1447 __lshift = (__v8hu)vec_splat_s16(__B); in _mm_slli_epi16()
1503 __rshift = (__v8hu)vec_splat_s16(__B); in _mm_srai_epi16()
1608 __rshift = (__v8hu)vec_splat_s16(__B); in _mm_srli_epi16()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h10334 #define __builtin_altivec_vspltish vec_splat_s16
10337 static __inline__ vector short __ATTRS_o_ai vec_splat_s16(signed char __a) { in vec_splat_s16() function
H A Dvecintrin.h1994 vec_splat_s16(signed short __scalar) in vec_splat_s16() function