Home
last modified time | relevance | path

Searched refs:vec_sr (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c584 res_vll = vec_sr(vll, vull); in test1()
589 res_vull = vec_sr(vull, vull); in test1()
Dbuiltins-ppc-altivec.c3804 res_vsc = vec_sr(vsc, vuc); in test6()
3808 res_vuc = vec_sr(vuc, vuc); in test6()
3812 res_vs = vec_sr(vs, vus); in test6()
3816 res_vus = vec_sr(vus, vus); in test6()
3820 res_vi = vec_sr(vi, vui); in test6()
3824 res_vui = vec_sr(vui, vui); in test6()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp320 Function vec_sr [type char] ===> OK
321 Function vec_sr [type unsigned char] ===> OK
322 Function vec_sr [type short] ===> OK
323 Function vec_sr [type unsigned short] ===> OK
324 Function vec_sr [type integer] ===> OK
325 Function vec_sr [type unsigned int] ===> OK
DtestVMX.c4846 Caux1.v = vec_sr( Ccons3, UCcons3 ); in part3()
4862 UCaux1.v = vec_sr( UCcons1, UCcons3 ); in part3()
4877 Saux1.v = vec_sr( Scons3, UScons3 ); in part3()
4893 USaux1.v = vec_sr( UScons1, UScons3 ); in part3()
4908 Iaux1.v = vec_sr( Icons3, UIcons3 ); in part3()
4924 UIaux1.v = vec_sr( UIcons1, UIcons3 ); in part3()
/external/jemalloc/test/include/test/
DSFMT-alti.h83 y = vec_sr(b, sr1); in vec_recursion()
/external/clang/lib/Headers/
Daltivec.h6663 vec_sr(vector signed char __a, vector unsigned char __b) in vec_sr() function
6669 vec_sr(vector unsigned char __a, vector unsigned char __b) in vec_sr() function
6675 vec_sr(vector short __a, vector unsigned short __b) in vec_sr() function
6681 vec_sr(vector unsigned short __a, vector unsigned short __b) in vec_sr() function
6687 vec_sr(vector int __a, vector unsigned int __b) in vec_sr() function
6693 vec_sr(vector unsigned int __a, vector unsigned int __b) in vec_sr() function
6700 vec_sr(vector signed long long __a, vector unsigned long long __b) in vec_sr() function
6706 vec_sr(vector unsigned long long __a, vector unsigned long long __b) in vec_sr() function