Searched refs:vec_vsubuhm (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1621 res_vs = vec_vsubuhm(vs, vs); // CHECK: sub <8 x i16>
1622 res_vs = vec_vsubuhm(vbs, vus); // CHECK: sub <8 x i16>
1623 res_vs = vec_vsubuhm(vus, vbs); // CHECK: sub <8 x i16>
1624 res_vus = vec_vsubuhm(vus, vus); // CHECK: sub <8 x i16>
1625 res_vus = vec_vsubuhm(vbs, vus); // CHECK: sub <8 x i16>
1626 res_vus = vec_vsubuhm(vus, vbs); // CHECK: sub <8 x i16>
/external/clang/lib/include/
H A Daltivec.h7675 /* vec_vsubuhm */
7677 #define __builtin_altivec_vsubuhm vec_vsubuhm
7680 vec_vsubuhm(vector short a, vector short b) function
7686 vec_vsubuhm(vector bool short a, vector short b) function
7692 vec_vsubuhm(vector short a, vector bool short b) function
7698 vec_vsubuhm(vector unsigned short a, vector unsigned short b) function
7704 vec_vsubuhm(vector bool short a, vector unsigned short b) function
7710 vec_vsubuhm(vector unsigned short a, vector bool short b) function
/external/clang/lib/Headers/
H A Daltivec.h7675 /* vec_vsubuhm */
7677 #define __builtin_altivec_vsubuhm vec_vsubuhm
7680 vec_vsubuhm(vector short a, vector short b) function
7686 vec_vsubuhm(vector bool short a, vector short b) function
7692 vec_vsubuhm(vector short a, vector bool short b) function
7698 vec_vsubuhm(vector unsigned short a, vector unsigned short b) function
7704 vec_vsubuhm(vector bool short a, vector unsigned short b) function
7710 vec_vsubuhm(vector unsigned short a, vector bool short b) function

Completed in 67 milliseconds