Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c2984 res_vsc = vec_vperm(vsc, vsc, vuc); in test6()
2988 res_vuc = vec_vperm(vuc, vuc, vuc); in test6()
2992 res_vbc = vec_vperm(vbc, vbc, vuc); in test6()
2996 res_vs = vec_vperm(vs, vs, vuc); in test6()
3000 res_vus = vec_vperm(vus, vus, vuc); in test6()
3004 res_vbs = vec_vperm(vbs, vbs, vuc); in test6()
3008 res_vp = vec_vperm(vp, vp, vuc); in test6()
3012 res_vi = vec_vperm(vi, vi, vuc); in test6()
3016 res_vui = vec_vperm(vui, vui, vuc); in test6()
3020 res_vbi = vec_vperm(vbi, vbi, vuc); in test6()
[all …]
H A Dbuiltins-ppc-vsx.c468 res_vsll = vec_vperm(vsll, vsll, vuc); in test1()
472 res_vull = vec_vperm(vull, vull, vuc); in test1()
476 res_vd = vec_vperm(vd, vd, vuc); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h8172 static __inline__ vector signed char __ATTRS_o_ai vec_vperm( in vec_vperm() function
8178 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm() function
8183 static __inline__ vector bool char __ATTRS_o_ai vec_vperm( in vec_vperm() function
8189 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm() function
8194 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm() function
8199 static __inline__ vector bool short __ATTRS_o_ai vec_vperm( in vec_vperm() function
8205 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm() function
8209 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, in vec_vperm() function
8216 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm() function
8232 static __inline__ vector long long __ATTRS_o_ai vec_vperm( in vec_vperm() function
[all …]