Searched refs:vec_addec (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-p8vector.c | 126 res_vsx = vec_addec(vsx, vsx, vsx); in test1() 1212 return vec_addec(a, b, c); in test_vec_addec_signed() 1238 return vec_addec(a, b, c); in test_vec_addec_unsigned()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 403 vec_addec(vector signed __int128 __a, vector signed __int128 __b, in vec_addec() function 411 vec_addec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_addec() function 427 vec_addec(vector signed int __a, vector signed int __b, in vec_addec() function 450 vec_addec(vector unsigned int __a, vector unsigned int __b, in vec_addec() function 12423 return vec_addec(__a, ~__b, __c); in vec_subec() 12429 return vec_addec(__a, ~__b, __c); in vec_subec()
|