Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c211 res_vs = vec_vadduhm(vs, vs); in test1()
215 res_vs = vec_vadduhm(vbs, vs); in test1()
219 res_vs = vec_vadduhm(vs, vbs); in test1()
223 res_vus = vec_vadduhm(vus, vus); in test1()
227 res_vus = vec_vadduhm(vbs, vus); in test1()
231 res_vus = vec_vadduhm(vus, vbs); in test1()
/external/clang/lib/Headers/
Daltivec.h360 #define __builtin_altivec_vadduhm vec_vadduhm
362 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm() function
367 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector bool short __a, in vec_vadduhm() function
372 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm() function
378 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhm() function
383 vec_vadduhm(vector bool short __a, vector unsigned short __b) { in vec_vadduhm() function
388 vec_vadduhm(vector unsigned short __a, vector bool short __b) { in vec_vadduhm() function