Home
last modified time | relevance | path

Searched refs:vec_subc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword.c165 res_vlll = vec_subc(vlll, vlll); in test1()
170 res_vulll = vec_subc(vulll, vulll); in test1()
H A Dbuiltins-ppc-altivec.c5541 res_vui = vec_subc(vui, vui); in test6()
5545 res_vi = vec_subc(vi, vi); in test6()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c3622 vuc = vec_subc(vuc, vuc); in test_integer()
3625 vus = vec_subc(vus, vus); in test_integer()
3628 vui = vec_subc(vui, vui); in test_integer()
3631 vul = vec_subc(vul, vul); in test_integer()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h8813 vec_subc(__vector unsigned char __a, __vector unsigned char __b) { in vec_subc() function
8818 vec_subc(__vector unsigned short __a, __vector unsigned short __b) { in vec_subc() function
8823 vec_subc(__vector unsigned int __a, __vector unsigned int __b) { in vec_subc() function
8828 vec_subc(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_subc() function
H A Daltivec.h12096 vec_subc(vector signed int __a, vector signed int __b) { in vec_subc() function
12102 vec_subc(vector unsigned int __a, vector unsigned int __b) { in vec_subc() function
12109 vec_subc(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_subc() function
12114 vec_subc(vector signed __int128 __a, vector signed __int128 __b) { in vec_subc() function