Home
last modified time | relevance | path

Searched refs:vec_vslo (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c3904 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/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4162 res_vsc = vec_vslo(vsc, vsc); in test6()
4166 res_vsc = vec_vslo(vsc, vuc); in test6()
4170 res_vuc = vec_vslo(vuc, vsc); in test6()
4174 res_vuc = vec_vslo(vuc, vuc); in test6()
4178 res_vs = vec_vslo(vs, vsc); in test6()
4182 res_vs = vec_vslo(vs, vuc); in test6()
4186 res_vus = vec_vslo(vus, vsc); in test6()
4190 res_vus = vec_vslo(vus, vuc); in test6()
4194 res_vp = vec_vslo(vp, vsc); in test6()
4198 res_vp = vec_vslo(vp, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h7576 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 …]
/external/llvm-project/clang/lib/Headers/
Daltivec.h9470 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo() function
9476 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo() function
9482 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo() function
9488 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo() function
9493 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function
9498 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function
9504 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo() function
9510 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo() function
9515 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function
9520 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function
[all …]