Searched refs:vec_vsubuhm (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4911 res_vs = vec_vsubuhm(vs, vs); in test6() 4915 res_vs = vec_vsubuhm(vbs, vus); in test6() 4919 res_vs = vec_vsubuhm(vus, vbs); in test6() 4923 res_vus = vec_vsubuhm(vus, vus); in test6() 4927 res_vus = vec_vsubuhm(vbs, vus); in test6() 4931 res_vus = vec_vsubuhm(vus, vbs); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 8432 #define __builtin_altivec_vsubuhm vec_vsubuhm 8435 vec_vsubuhm(vector short __a, vector short __b) in vec_vsubuhm() function 8441 vec_vsubuhm(vector bool short __a, vector short __b) in vec_vsubuhm() function 8447 vec_vsubuhm(vector short __a, vector bool short __b) in vec_vsubuhm() function 8453 vec_vsubuhm(vector unsigned short __a, vector unsigned short __b) in vec_vsubuhm() function 8459 vec_vsubuhm(vector bool short __a, vector unsigned short __b) in vec_vsubuhm() function 8465 vec_vsubuhm(vector unsigned short __a, vector bool short __b) in vec_vsubuhm() function
|