Searched refs:vec_vsro (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-altivec.c | 4782 res_vsc = vec_vsro(vsc, vsc); in test6() 4786 res_vsc = vec_vsro(vsc, vuc); in test6() 4790 res_vuc = vec_vsro(vuc, vsc); in test6() 4798 res_vs = vec_vsro(vs, vsc); in test6() 4802 res_vs = vec_vsro(vs, vuc); in test6() 4814 res_vp = vec_vsro(vp, vsc); in test6() 4818 res_vp = vec_vsro(vp, vuc); in test6() 4822 res_vi = vec_vsro(vi, vsc); in test6() 4826 res_vi = vec_vsro(vi, vuc); in test6() 4838 res_vf = vec_vsro(vf, vsc); in test6() [all …]
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 11083 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro() function 11089 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro() function 11095 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro() function 11101 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro() function 11106 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 11117 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro() function 11123 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro() function 11138 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro() function 11143 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro() function 11149 vec_vsro(vector unsigned int __a, vector signed char __b) { in vec_vsro() function [all …]
|