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

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h189 #define vec_abss __builtin_vec_abss macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h140 /* vec_abss */
141 #define __builtin_altivec_abss_v16qi vec_abss
142 #define __builtin_altivec_abss_v8hi vec_abss
143 #define __builtin_altivec_abss_v4si vec_abss
145 static vector signed char __ATTRS_o_ai vec_abss(vector signed char __a) { function
150 static vector signed short __ATTRS_o_ai vec_abss(vector signed short __a) { function
155 static vector signed int __ATTRS_o_ai vec_abss(vector signed int __a) { function

Completed in 130 milliseconds