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.c713 res_vsll = vec_mul(vsll, vsll); in test1()
717 res_vull = vec_mul(vull, vull); in test1()
721 res_vf = vec_mul(vf, vf); in test1()
725 res_vd = vec_mul(vd, vd); in test1()
Dbuiltins-ppc-altivec.c2223 res_vsc = vec_mul(vsc, vsc); in test6()
2227 res_vuc = vec_mul(vuc, vuc); in test6()
2231 res_vs = vec_mul(vs, vs); in test6()
2235 res_vus = vec_mul(vus, vus); in test6()
2239 res_vi = vec_mul(vi, vi); in test6()
2243 res_vui = vec_mul(vui, vui); in test6()
/external/clang/lib/Headers/
Daltivec.h4329 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function
4334 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function
4339 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function
4344 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function
4349 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function
4354 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function
4360 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function
4365 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function
4370 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function
4376 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function