Home
last modified time | relevance | path

Searched refs:vec_mulo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c637 res_vsll = vec_mulo(vsi, vsi); in test1()
642 res_vull = vec_mulo(vui, vui); in test1()
H A Dbuiltins-ppc-p10vector.c1751 return vec_mulo(vulla, vullb); in test_vec_mulo_u128()
1759 return vec_mulo(vslla, vsllb); in test_vec_mulo_s128()
H A Dbuiltins-ppc-altivec.c2460 res_vs = vec_mulo(vsc, vsc); in test6()
2464 res_vus = vec_mulo(vuc, vuc); in test6()
2468 res_vi = vec_mulo(vs, vs); in test6()
2472 res_vui = vec_mulo(vus, vus); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c3603 vss = vec_mulo(vsc, vsc); in test_integer()
3606 vus = vec_mulo(vuc, vuc); in test_integer()
3609 vsi = vec_mulo(vss, vss); in test_integer()
3612 vui = vec_mulo(vus, vus); in test_integer()
3615 vsl = vec_mulo(vsi, vsi); in test_integer()
3618 vul = vec_mulo(vui, vui); in test_integer()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8767 vec_mulo(__vector signed char __a, __vector signed char __b) { in vec_mulo() function
8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { in vec_mulo() function
8777 vec_mulo(__vector signed short __a, __vector signed short __b) { in vec_mulo() function
8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { in vec_mulo() function
8787 vec_mulo(__vector signed int __a, __vector signed int __b) { in vec_mulo() function
8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { in vec_mulo() function
H A Daltivec.h6397 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function
6407 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function
6415 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function
6425 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function
6435 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function
6444 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
6455 vec_mulo(vector signed long long __a, vector signed long long __b) { in vec_mulo() function
6464 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { in vec_mulo() function