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

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1298 res_vsc = vec_vspltb(vsc, 0); // CHECK: @llvm.ppc.altivec.vperm
1299 res_vuc = vec_vspltb(vuc, 0); // CHECK: @llvm.ppc.altivec.vperm
1300 res_vbc = vec_vspltb(vbc, 0); // CHECK: @llvm.ppc.altivec.vperm
/external/clang/lib/Headers/
H A Daltivec.h5744 /* vec_vspltb */
5746 #define __builtin_altivec_vspltb vec_vspltb
5749 vec_vspltb(vector signed char __a, unsigned char __b) function
5755 vec_vspltb(vector unsigned char __a, unsigned char __b) function
5761 vec_vspltb(vector bool char __a, unsigned char __b) function
/external/clang/lib/include/
H A Daltivec.h5744 /* vec_vspltb */
5746 #define __builtin_altivec_vspltb vec_vspltb
5749 vec_vspltb(vector signed char __a, unsigned char __b) function
5755 vec_vspltb(vector unsigned char __a, unsigned char __b) function
5761 vec_vspltb(vector bool char __a, unsigned char __b) function

Completed in 250 milliseconds