Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c325 res_vsll = vec_vperm(vsll, vsll, vuc); in test1()
329 res_vull = vec_vperm(vull, vull, vuc); in test1()
333 res_vd = vec_vperm(vd, vd, vuc); in test1()
Dbuiltins-ppc-altivec.c2805 res_vsc = vec_vperm(vsc, vsc, vuc); in test6()
2809 res_vuc = vec_vperm(vuc, vuc, vuc); in test6()
2813 res_vbc = vec_vperm(vbc, vbc, vuc); in test6()
2817 res_vs = vec_vperm(vs, vs, vuc); in test6()
2821 res_vus = vec_vperm(vus, vus, vuc); in test6()
2825 res_vbs = vec_vperm(vbs, vbs, vuc); in test6()
2829 res_vp = vec_vperm(vp, vp, vuc); in test6()
2833 res_vi = vec_vperm(vi, vi, vuc); in test6()
2837 res_vui = vec_vperm(vui, vui, vuc); in test6()
2841 res_vbi = vec_vperm(vbi, vbi, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h6183 static __inline__ vector signed char __ATTRS_o_ai vec_vperm( in vec_vperm() function
6189 vec_vperm(vector unsigned char __a, vector unsigned char __b, in vec_vperm() function
6194 static __inline__ vector bool char __ATTRS_o_ai vec_vperm( in vec_vperm() function
6200 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { in vec_vperm() function
6205 vec_vperm(vector unsigned short __a, vector unsigned short __b, in vec_vperm() function
6210 static __inline__ vector bool short __ATTRS_o_ai vec_vperm( in vec_vperm() function
6216 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { in vec_vperm() function
6220 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, in vec_vperm() function
6227 vec_vperm(vector unsigned int __a, vector unsigned int __b, in vec_vperm() function
6233 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { in vec_vperm() function
[all …]