Home
last modified time | relevance | path

Searched refs:vec_subec (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword.c201 res_vlll = vec_subec(vlll, vlll, vlll); in test1()
206 res_vulll = vec_subec(vulll, vulll, vulll); in test1()
H A Dbuiltins-ppc-p8vector.c1262 return vec_subec(a, b, c); in test_vec_subec_signed()
1269 return vec_subec(a, b, c); in test_vec_subec_unsigned()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h12421 vec_subec(vector signed int __a, vector signed int __b, in vec_subec() function
12427 vec_subec(vector unsigned int __a, vector unsigned int __b, in vec_subec() function
12435 vec_subec(vector signed __int128 __a, vector signed __int128 __b, in vec_subec() function
12443 vec_subec(vector unsigned __int128 __a, vector unsigned __int128 __b, in vec_subec() function