Searched refs:vec_srl (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c2020 vsc = vec_srl(vsc, vuc);
2022 vsc = vec_srl(vsc, vus);
2024 vsc = vec_srl(vsc, vui);
2026 vuc = vec_srl(vuc, vuc);
2028 vuc = vec_srl(vuc, vus);
2030 vuc = vec_srl(vuc, vui);
2032 vbc = vec_srl(vbc, vuc);
2034 vbc = vec_srl(vbc, vus);
2036 vbc = vec_srl(vbc, vui);
2038 vss = vec_srl(vs
[all...]
H A Dbuiltins-ppc-altivec.c4176 /* vec_srl */
4177 res_vsc = vec_srl(vsc, vuc);
4181 res_vsc = vec_srl(vsc, vus);
4185 res_vsc = vec_srl(vsc, vui);
4189 res_vuc = vec_srl(vuc, vuc);
4193 res_vuc = vec_srl(vuc, vus);
4197 res_vuc = vec_srl(vuc, vui);
4201 res_vbc = vec_srl(vbc, vuc);
4205 res_vbc = vec_srl(vbc, vus);
4209 res_vbc = vec_srl(vb
[all...]
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp336 Function vec_srl [type char] ===> OK
337 Function vec_srl [type unsigned char] ===> OK
338 Function vec_srl [type short] ===> OK
339 Function vec_srl [type unsigned short] ===> OK
340 Function vec_srl [type integer] ===> OK
341 Function vec_srl [type unsigned int] ===> OK
H A DtestVMX.c5033 /* Function vec_srl */
5036 Caux1.v = vec_srl( Ccons1, UCcons2 );
5060 printf("Function vec_srl [type char] ===> Error\n");
5062 printf("Function vec_srl [type char] ===> OK\n");
5066 UCaux1.v = vec_srl( UCcons1, UCcons2 );
5089 printf("Function vec_srl [type unsigned char] ===> Error\n");
5091 printf("Function vec_srl [type unsigned char] ===> OK\n");
5095 Saux1.v = vec_srl( Scons1, UCcons2 );
5119 printf("Function vec_srl [type short] ===> Error\n");
5121 printf("Function vec_srl [typ
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h6048 /*-- vec_srl ----------------------------------------------------------------*/
6051 vec_srl(vector signed char __a, vector unsigned char __b) { function
6057 vec_srl(vector signed char __a, vector unsigned short __b) { function
6063 vec_srl(vector signed char __a, vector unsigned int __b) { function
6069 vec_srl(vector bool char __a, vector unsigned char __b) { function
6075 vec_srl(vector bool char __a, vector unsigned short __b) { function
6081 vec_srl(vector bool char __a, vector unsigned int __b) { function
6087 vec_srl(vector unsigned char __a, vector unsigned char __b) { function
6092 vec_srl(vector unsigned char __a, vector unsigned short __b) { function
6097 vec_srl(vecto function
6102 vec_srl(vector signed short __a, vector unsigned char __b) { function
6108 vec_srl(vector signed short __a, vector unsigned short __b) { function
6114 vec_srl(vector signed short __a, vector unsigned int __b) { function
6120 vec_srl(vector bool short __a, vector unsigned char __b) { function
6126 vec_srl(vector bool short __a, vector unsigned short __b) { function
6132 vec_srl(vector bool short __a, vector unsigned int __b) { function
6138 vec_srl(vector unsigned short __a, vector unsigned char __b) { function
6144 vec_srl(vector unsigned short __a, vector unsigned short __b) { function
6150 vec_srl(vector unsigned short __a, vector unsigned int __b) { function
6156 vec_srl(vector signed int __a, vector unsigned char __b) { function
6162 vec_srl(vector signed int __a, vector unsigned short __b) { function
6168 vec_srl(vector signed int __a, vector unsigned int __b) { function
6174 vec_srl(vector bool int __a, vector unsigned char __b) { function
6180 vec_srl(vector bool int __a, vector unsigned short __b) { function
6186 vec_srl(vector bool int __a, vector unsigned int __b) { function
6192 vec_srl(vector unsigned int __a, vector unsigned char __b) { function
6198 vec_srl(vector unsigned int __a, vector unsigned short __b) { function
6204 vec_srl(vector unsigned int __a, vector unsigned int __b) { function
6210 vec_srl(vector signed long long __a, vector unsigned char __b) { function
6216 vec_srl(vector signed long long __a, vector unsigned short __b) { function
6222 vec_srl(vector signed long long __a, vector unsigned int __b) { function
6228 vec_srl(vector bool long long __a, vector unsigned char __b) { function
6234 vec_srl(vector bool long long __a, vector unsigned short __b) { function
6240 vec_srl(vector bool long long __a, vector unsigned int __b) { function
6246 vec_srl(vector unsigned long long __a, vector unsigned char __b) { function
6252 vec_srl(vector unsigned long long __a, vector unsigned short __b) { function
6258 vec_srl(vector unsigned long long __a, vector unsigned int __b) { function
[all...]
H A Daltivec.h8134 /* vec_srl */
8137 vec_srl(vector signed char __a, vector unsigned char __b) { function
8143 vec_srl(vector signed char __a, vector unsigned short __b) { function
8149 vec_srl(vector signed char __a, vector unsigned int __b) { function
8155 vec_srl(vector unsigned char __a, vector unsigned char __b) { function
8161 vec_srl(vector unsigned char __a, vector unsigned short __b) { function
8167 vec_srl(vector unsigned char __a, vector unsigned int __b) { function
8173 vec_srl(vector bool char __a, vector unsigned char __b) { function
8179 vec_srl(vector bool char __a, vector unsigned short __b) { function
8185 vec_srl(vecto function
8190 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8195 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8200 static __inline__ vector short __ATTRS_o_ai vec_srl(vector short __a, function
8206 vec_srl(vector unsigned short __a, vector unsigned char __b) { function
8212 vec_srl(vector unsigned short __a, vector unsigned short __b) { function
8218 vec_srl(vector unsigned short __a, vector unsigned int __b) { function
8224 vec_srl(vector bool short __a, vector unsigned char __b) { function
8230 vec_srl(vector bool short __a, vector unsigned short __b) { function
8236 vec_srl(vector bool short __a, vector unsigned int __b) { function
8241 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8246 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8251 static __inline__ vector pixel __ATTRS_o_ai vec_srl(vector pixel __a, function
8256 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8261 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8266 static __inline__ vector int __ATTRS_o_ai vec_srl(vector int __a, function
8272 vec_srl(vector unsigned int __a, vector unsigned char __b) { function
8278 vec_srl(vector unsigned int __a, vector unsigned short __b) { function
8284 vec_srl(vector unsigned int __a, vector unsigned int __b) { function
8290 vec_srl(vector bool int __a, vector unsigned char __b) { function
8296 vec_srl(vector bool int __a, vector unsigned short __b) { function
8302 vec_srl(vector bool int __a, vector unsigned int __b) { function
[all...]

Completed in 352 milliseconds