Searched refs:vec_vsplth (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4025 res_vs = vec_vsplth(vs, 0); in test6() 4029 res_vus = vec_vsplth(vus, 0); in test6() 4033 res_vbs = vec_vsplth(vbs, 0); in test6() 4037 res_vp = vec_vsplth(vp, 0); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4283 res_vs = vec_vsplth(vs, 0); in test6() 4287 res_vus = vec_vsplth(vus, 0); in test6() 4291 res_vbs = vec_vsplth(vbs, 0); in test6() 4295 res_vp = vec_vsplth(vp, 0); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 7812 #define __builtin_altivec_vsplth vec_vsplth 7814 static __inline__ vector short __ATTRS_o_ai vec_vsplth(vector short __a, in vec_vsplth() function 7824 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth() function 7833 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth() function 7841 static __inline__ vector pixel __ATTRS_o_ai vec_vsplth(vector pixel __a, in vec_vsplth() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 9706 #define __builtin_altivec_vsplth vec_vsplth 9708 static __inline__ vector short __ATTRS_o_ai vec_vsplth(vector short __a, in vec_vsplth() function 9718 vec_vsplth(vector unsigned short __a, unsigned char __b) { in vec_vsplth() function 9727 vec_vsplth(vector bool short __a, unsigned char __b) { in vec_vsplth() function 9735 static __inline__ vector pixel __ATTRS_o_ai vec_vsplth(vector pixel __a, in vec_vsplth() function
|