Home
last modified time | relevance | path

Searched refs:vec_vsplth (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c4301 res_vs = vec_vsplth(vs, 0); in test6()
4305 res_vus = vec_vsplth(vus, 0); in test6()
4309 res_vbs = vec_vsplth(vbs, 0); in test6()
4313 res_vp = vec_vsplth(vp, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h10224 #define __builtin_altivec_vsplth vec_vsplth
10226 static __inline__ vector short __ATTRS_o_ai vec_vsplth(vector short __a, in vec_vsplth() function
10236 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth() function
10245 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth() function
10253 static __inline__ vector pixel __ATTRS_o_ai vec_vsplth(vector pixel __a, in vec_vsplth() function