Home
last modified time | relevance | path

Searched refs:vec_abss (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c136 vsc = vec_abss(vsc); in test1()
142 vs = vec_abss(vs); in test1()
148 vi = vec_abss(vi); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h155 #define __builtin_altivec_abss_v16qi vec_abss
156 #define __builtin_altivec_abss_v8hi vec_abss
157 #define __builtin_altivec_abss_v4si vec_abss
160 vec_abss(vector signed char __a) { in vec_abss() function
166 vec_abss(vector signed short __a) { in vec_abss() function
172 vec_abss(vector signed int __a) { in vec_abss() function