Searched refs:vec_moadd (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 3546 vss = vec_moadd(vsc, vsc, vss); in test_integer() 3549 vus = vec_moadd(vuc, vuc, vus); in test_integer() 3552 vsi = vec_moadd(vss, vss, vsi); in test_integer() 3555 vui = vec_moadd(vus, vus, vui); in test_integer() 3558 vsl = vec_moadd(vsi, vsi, vsl); in test_integer() 3561 vul = vec_moadd(vui, vui, vul); in test_integer()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 8665 vec_moadd(__vector signed char __a, __vector signed char __b, in vec_moadd() function 8671 vec_moadd(__vector unsigned char __a, __vector unsigned char __b, in vec_moadd() function 8677 vec_moadd(__vector signed short __a, __vector signed short __b, in vec_moadd() function 8683 vec_moadd(__vector unsigned short __a, __vector unsigned short __b, in vec_moadd() function 8689 vec_moadd(__vector signed int __a, __vector signed int __b, in vec_moadd() function 8695 vec_moadd(__vector unsigned int __a, __vector unsigned int __b, in vec_moadd() function
|