Searched refs:vec_rl (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 562 res_vll = vec_rl(vll, vull); in test1() 567 res_vull = vec_rl(vull, vull); in test1()
|
D | builtins-ppc-altivec.c | 2742 res_vsc = vec_rl(vsc, vuc); in test6() 2746 res_vuc = vec_rl(vuc, vuc); in test6() 2750 res_vs = vec_rl(vs, vus); in test6() 2754 res_vus = vec_rl(vus, vus); in test6() 2758 res_vi = vec_rl(vi, vui); in test6() 2762 res_vui = vec_rl(vui, vui); in test6()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 246 Function vec_rl [type char] ===> OK 247 Function vec_rl [type unsigned char] ===> OK 248 Function vec_rl [type short] ===> OK 249 Function vec_rl [type unsigned short] ===> OK 250 Function vec_rl [type integer] ===> OK 251 Function vec_rl [type unsigned int] ===> OK
|
D | testVMX.c | 3839 Caux1.v = vec_rl( Ccons1, UCcons3 ); in part3() 3856 UCaux1.v = vec_rl( UCcons1, UCcons3 ); in part3() 3872 Saux1.v = vec_rl( Scons1, UScons3 ); in part3() 3889 USaux1.v = vec_rl( UScons1, UScons3 ); in part3() 3905 Iaux1.v = vec_rl( Icons1, UIcons3 ); in part3() 3922 UIaux1.v = vec_rl( UIcons1, UIcons3 ); in part3()
|
/external/clang/lib/Headers/ |
D | altivec.h | 5164 vec_rl(vector signed char __a, vector unsigned char __b) in vec_rl() function 5170 vec_rl(vector unsigned char __a, vector unsigned char __b) in vec_rl() function 5176 vec_rl(vector short __a, vector unsigned short __b) in vec_rl() function 5182 vec_rl(vector unsigned short __a, vector unsigned short __b) in vec_rl() function 5188 vec_rl(vector int __a, vector unsigned int __b) in vec_rl() function 5194 vec_rl(vector unsigned int __a, vector unsigned int __b) in vec_rl() function 5201 vec_rl(vector signed long long __a, vector unsigned long long __b) in vec_rl() function 5207 vec_rl(vector unsigned long long __a, vector unsigned long long __b) in vec_rl() function
|