Searched refs:vec_vslo (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3904 res_vsc = vec_vslo(vsc, vsc); in test6() 3908 res_vsc = vec_vslo(vsc, vuc); in test6() 3912 res_vuc = vec_vslo(vuc, vsc); in test6() 3916 res_vuc = vec_vslo(vuc, vuc); in test6() 3920 res_vs = vec_vslo(vs, vsc); in test6() 3924 res_vs = vec_vslo(vs, vuc); in test6() 3928 res_vus = vec_vslo(vus, vsc); in test6() 3932 res_vus = vec_vslo(vus, vuc); in test6() 3936 res_vp = vec_vslo(vp, vsc); in test6() 3940 res_vp = vec_vslo(vp, vuc); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 7576 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo() function 7582 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo() function 7588 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo() function 7594 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo() function 7599 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7604 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function 7610 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo() function 7616 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo() function 7621 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function 7626 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function [all …]
|