Home
last modified time | relevance | path

Searched refs:vec_mule (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c626 res_vsll = vec_mule(vsi, vsi); in test1()
631 res_vull = vec_mule(vui , vui); in test1()
H A Dbuiltins-ppc-p10vector.c1735 return vec_mule(vulla, vullb); in test_vec_mule_u128()
1743 return vec_mule(vslla, vsllb); in test_vec_mule_s128()
H A Dbuiltins-ppc-altivec.c2427 res_vs = vec_mule(vsc, vsc); in test6()
2431 res_vus = vec_mule(vuc, vuc); in test6()
2435 res_vi = vec_mule(vs, vs); in test6()
2439 res_vui = vec_mule(vus, vus); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c3584 vss = vec_mule(vsc, vsc); in test_integer()
3587 vus = vec_mule(vuc, vuc); in test_integer()
3590 vsi = vec_mule(vss, vss); in test_integer()
3593 vui = vec_mule(vus, vus); in test_integer()
3596 vsl = vec_mule(vsi, vsi); in test_integer()
3599 vul = vec_mule(vui, vui); in test_integer()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h490 return (__m128i)vec_mule((__v4si)__X, (__v4si)__Y); in _mm_mul_epi32()
H A Demmintrin.h1433 return (__m128i)vec_mule((__v4su)__A, (__v4su)__B); in _mm_mul_epu32()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8735 vec_mule(__vector signed char __a, __vector signed char __b) { in vec_mule() function
8740 vec_mule(__vector unsigned char __a, __vector unsigned char __b) { in vec_mule() function
8745 vec_mule(__vector signed short __a, __vector signed short __b) { in vec_mule() function
8750 vec_mule(__vector unsigned short __a, __vector unsigned short __b) { in vec_mule() function
8755 vec_mule(__vector signed int __a, __vector signed int __b) { in vec_mule() function
8760 vec_mule(__vector unsigned int __a, __vector unsigned int __b) { in vec_mule() function
H A Daltivec.h6251 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function
6261 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function
6269 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule() function
6279 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function
6289 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function
6298 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
6309 vec_mule(vector signed long long __a, vector signed long long __b) { in vec_mule() function
6318 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { in vec_mule() function