Searched refs:vec_vadduhm (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 211 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/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 265 res_vs = vec_vadduhm(vs, vs); in test1() 269 res_vs = vec_vadduhm(vbs, vs); in test1() 273 res_vs = vec_vadduhm(vs, vbs); in test1() 277 res_vus = vec_vadduhm(vus, vus); in test1() 281 res_vus = vec_vadduhm(vbs, vus); in test1() 285 res_vus = vec_vadduhm(vus, vbs); in test1()
|
/external/clang/lib/Headers/ |
D | altivec.h | 360 #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
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 449 #define __builtin_altivec_vadduhm vec_vadduhm 451 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm() function 456 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector bool short __a, in vec_vadduhm() function 461 static __inline__ vector short __ATTRS_o_ai vec_vadduhm(vector short __a, in vec_vadduhm() function 467 vec_vadduhm(vector unsigned short __a, vector unsigned short __b) { in vec_vadduhm() function 472 vec_vadduhm(vector bool short __a, vector unsigned short __b) { in vec_vadduhm() function 477 vec_vadduhm(vector unsigned short __a, vector bool short __b) { in vec_vadduhm() function
|