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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1305 res_vi = vec_vspltw(vi, 0); // CHECK: @llvm.ppc.altivec.vperm
1306 res_vui = vec_vspltw(vui, 0); // CHECK: @llvm.ppc.altivec.vperm
1307 res_vbi = vec_vspltw(vbi, 0); // CHECK: @llvm.ppc.altivec.vperm
1308 res_vf = vec_vspltw(vf, 0); // CHECK: @llvm.ppc.altivec.vperm
/external/clang/lib/include/
H A Daltivec.h5806 /* vec_vspltw */
5808 #define __builtin_altivec_vspltw vec_vspltw
5811 vec_vspltw(vector int a, unsigned char b) function
5820 vec_vspltw(vector unsigned int a, unsigned char b) function
5829 vec_vspltw(vector bool int a, unsigned char b) function
5838 vec_vspltw(vector float a, unsigned char b) function
/external/clang/lib/Headers/
H A Daltivec.h5806 /* vec_vspltw */
5808 #define __builtin_altivec_vspltw vec_vspltw
5811 vec_vspltw(vector int a, unsigned char b) function
5820 vec_vspltw(vector unsigned int a, unsigned char b) function
5829 vec_vspltw(vector bool int a, unsigned char b) function
5838 vec_vspltw(vector float a, unsigned char b) function

Completed in 66 milliseconds