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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c192 res_vs = vec_vadduhm(vs, vs);
196 res_vs = vec_vadduhm(vbs, vs);
200 res_vs = vec_vadduhm(vs, vbs);
204 res_vus = vec_vadduhm(vus, vus);
208 res_vus = vec_vadduhm(vbs, vus);
212 res_vus = vec_vadduhm(vus, vbs);
/external/clang/lib/Headers/
H A Daltivec.h294 /* vec_vadduhm */
296 #define __builtin_altivec_vadduhm vec_vadduhm
299 vec_vadduhm(vector short __a, vector short __b) function
305 vec_vadduhm(vector bool short __a, vector short __b) function
311 vec_vadduhm(vector short __a, vector bool short __b) function
317 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) function
323 vec_vadduhm(vector bool short __a, vector unsigned short __b) function
329 vec_vadduhm(vector unsigned short __a, vector bool short __b) function

Completed in 524 milliseconds