Searched refs:vec_vspltb (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4013 res_vsc = vec_vspltb(vsc, 0); in test6() 4017 res_vuc = vec_vspltb(vuc, 0); in test6() 4021 res_vbc = vec_vspltb(vbc, 0); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4271 res_vsc = vec_vspltb(vsc, 0); in test6() 4275 res_vuc = vec_vspltb(vuc, 0); in test6() 4279 res_vbc = vec_vspltb(vbc, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 7793 #define __builtin_altivec_vspltb vec_vspltb 7796 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb() function 7801 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb() function 7805 static __inline__ vector bool char __ATTRS_o_ai vec_vspltb(vector bool char __a, in vec_vspltb() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 9687 #define __builtin_altivec_vspltb vec_vspltb 9690 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb() function 9695 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb() function 9699 static __inline__ vector bool char __ATTRS_o_ai vec_vspltb(vector bool char __a, in vec_vspltb() function
|