Searched refs:vec_vsubuhm (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 5186 res_vs = vec_vsubuhm(vs, vs); in test6() 5190 res_vs = vec_vsubuhm(vbs, vus); in test6() 5194 res_vs = vec_vsubuhm(vus, vbs); in test6() 5198 res_vus = vec_vsubuhm(vus, vus); in test6() 5202 res_vus = vec_vsubuhm(vbs, vus); in test6() 5206 res_vus = vec_vsubuhm(vus, vbs); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 9506 #define __builtin_altivec_vsubuhm vec_vsubuhm 9508 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 9513 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector bool short __a, in vec_vsubuhm() function 9518 static __inline__ vector short __ATTRS_o_ai vec_vsubuhm(vector short __a, in vec_vsubuhm() function 9524 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) { in vec_vsubuhm() function 9529 vec_vsubuhm(vector bool short __a, vector unsigned short __b) { in vec_vsubuhm() function 9534 vec_vsubuhm(vector unsigned short __a, vector bool short __b) { in vec_vsubuhm() function
|