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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1301 res_vs = vec_vsplth(vs, 0); // CHECK: @llvm.ppc.altivec.vperm
1302 res_vus = vec_vsplth(vus, 0); // CHECK: @llvm.ppc.altivec.vperm
1303 res_vbs = vec_vsplth(vbs, 0); // CHECK: @llvm.ppc.altivec.vperm
1304 res_vp = vec_vsplth(vp, 0); // CHECK: @llvm.ppc.altivec.vperm
/external/clang/lib/Headers/
H A Daltivec.h5766 /* vec_vsplth */
5768 #define __builtin_altivec_vsplth vec_vsplth
5771 vec_vsplth(vector short __a, unsigned char __b) function
5780 vec_vsplth(vector unsigned short __a, unsigned char __b) function
5789 vec_vsplth(vector bool short __a, unsigned char __b) function
5798 vec_vsplth(vector pixel __a, unsigned char __b) function
/external/clang/lib/include/
H A Daltivec.h5766 /* vec_vsplth */
5768 #define __builtin_altivec_vsplth vec_vsplth
5771 vec_vsplth(vector short __a, unsigned char __b) function
5780 vec_vsplth(vector unsigned short __a, unsigned char __b) function
5789 vec_vsplth(vector bool short __a, unsigned char __b) function
5798 vec_vsplth(vector pixel __a, unsigned char __b) function

Completed in 78 milliseconds