Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c3902 res_vsc = vec_srl(vsc, vuc); in test6()
3906 res_vsc = vec_srl(vsc, vus); in test6()
3910 res_vsc = vec_srl(vsc, vui); in test6()
3914 res_vuc = vec_srl(vuc, vuc); in test6()
3918 res_vuc = vec_srl(vuc, vus); in test6()
3922 res_vuc = vec_srl(vuc, vui); in test6()
3926 res_vbc = vec_srl(vbc, vuc); in test6()
3930 res_vbc = vec_srl(vbc, vus); in test6()
3934 res_vbc = vec_srl(vbc, vui); in test6()
3938 res_vs = vec_srl(vs, vuc); in test6()
[all …]
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c5036 Caux1.v = vec_srl( Ccons1, UCcons2 ); in part3()
5066 UCaux1.v = vec_srl( UCcons1, UCcons2 ); in part3()
5095 Saux1.v = vec_srl( Scons1, UCcons2 ); in part3()
5125 USaux1.v = vec_srl( UScons1, UCcons2 ); in part3()
5154 Iaux1.v = vec_srl( Icons1, UCcons2 ); in part3()
5184 UIaux1.v = vec_srl( UIcons1, UCcons2 ); in part3()
/external/clang/lib/Headers/
Daltivec.h6857 vec_srl(vector signed char __a, vector unsigned char __b) in vec_srl() function
6864 vec_srl(vector signed char __a, vector unsigned short __b) in vec_srl() function
6871 vec_srl(vector signed char __a, vector unsigned int __b) in vec_srl() function
6878 vec_srl(vector unsigned char __a, vector unsigned char __b) in vec_srl() function
6885 vec_srl(vector unsigned char __a, vector unsigned short __b) in vec_srl() function
6892 vec_srl(vector unsigned char __a, vector unsigned int __b) in vec_srl() function
6899 vec_srl(vector bool char __a, vector unsigned char __b) in vec_srl() function
6905 vec_srl(vector bool char __a, vector unsigned short __b) in vec_srl() function
6911 vec_srl(vector bool char __a, vector unsigned int __b) in vec_srl() function
6917 vec_srl(vector short __a, vector unsigned char __b) in vec_srl() function
[all …]