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.c281 res_vsll = vec_vperm(vsll, vsll, vuc); in test1()
285 res_vull = vec_vperm(vull, vull, vuc); in test1()
289 res_vd = vec_vperm(vd, vd, vuc); in test1()
Dbuiltins-ppc-altivec.c2786 res_vsc = vec_vperm(vsc, vsc, vuc); in test6()
2790 res_vuc = vec_vperm(vuc, vuc, vuc); in test6()
2794 res_vbc = vec_vperm(vbc, vbc, vuc); in test6()
2798 res_vs = vec_vperm(vs, vs, vuc); in test6()
2802 res_vus = vec_vperm(vus, vus, vuc); in test6()
2806 res_vbs = vec_vperm(vbs, vbs, vuc); in test6()
2810 res_vp = vec_vperm(vp, vp, vuc); in test6()
2814 res_vi = vec_vperm(vi, vi, vuc); in test6()
2818 res_vui = vec_vperm(vui, vui, vuc); in test6()
2822 res_vbi = vec_vperm(vbi, vbi, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h6045 static vector signed char __ATTRS_o_ai vec_vperm(vector signed char __a, in vec_vperm() function
6051 static vector unsigned char __ATTRS_o_ai vec_vperm(vector unsigned char __a, in vec_vperm() function
6057 static vector bool char __ATTRS_o_ai vec_vperm(vector bool char __a, in vec_vperm() function
6063 static vector short __ATTRS_o_ai vec_vperm(vector short __a, vector short __b, in vec_vperm() function
6068 static vector unsigned short __ATTRS_o_ai vec_vperm(vector unsigned short __a, in vec_vperm() function
6074 static vector bool short __ATTRS_o_ai vec_vperm(vector bool short __a, in vec_vperm() function
6080 static vector pixel __ATTRS_o_ai vec_vperm(vector pixel __a, vector pixel __b, in vec_vperm() function
6085 static vector int __ATTRS_o_ai vec_vperm(vector int __a, vector int __b, in vec_vperm() function
6090 static vector unsigned int __ATTRS_o_ai vec_vperm(vector unsigned int __a, in vec_vperm() function
6096 static vector bool int __ATTRS_o_ai vec_vperm(vector bool int __a, in vec_vperm() function
[all …]