Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c525 res_vsll = vec_mul(vsll, vsll); in test1()
529 res_vull = vec_mul(vull, vull); in test1()
533 res_vf = vec_mul(vf, vf); in test1()
537 res_vd = vec_mul(vd, vd); in test1()
Dbuiltins-ppc-altivec.c2204 res_vsc = vec_mul(vsc, vsc); in test6()
2208 res_vuc = vec_mul(vuc, vuc); in test6()
2212 res_vs = vec_mul(vs, vs); in test6()
2216 res_vus = vec_mul(vus, vus); in test6()
2220 res_vi = vec_mul(vi, vi); in test6()
2224 res_vui = vec_mul(vui, vui); in test6()
/external/clang/lib/Headers/
Daltivec.h4213 static vector signed char __ATTRS_o_ai vec_mul(vector signed char __a, in vec_mul() function
4218 static vector unsigned char __ATTRS_o_ai vec_mul(vector unsigned char __a, in vec_mul() function
4223 static vector signed short __ATTRS_o_ai vec_mul(vector signed short __a, in vec_mul() function
4228 static vector unsigned short __ATTRS_o_ai vec_mul(vector unsigned short __a, in vec_mul() function
4233 static vector signed int __ATTRS_o_ai vec_mul(vector signed int __a, in vec_mul() function
4238 static vector unsigned int __ATTRS_o_ai vec_mul(vector unsigned int __a, in vec_mul() function
4245 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
4250 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
4255 static vector float __ATTRS_o_ai vec_mul(vector float __a, vector float __b) { in vec_mul() function
4261 vec_mul(vector double __a, vector double __b) { in vec_mul() function