Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/ppc32/
DtestVMX.stdout.exp344 Function vec_sro [type char] ===> OK
345 Function vec_sro [type unsigned char] ===> OK
346 Function vec_sro [type short] ===> OK
347 Function vec_sro [type unsigned short] ===> OK
348 Function vec_sro [type integer] ===> OK
349 Function vec_sro [type unsigned int] ===> OK
DtestVMX.c5215 Caux1.v = vec_sro( Ccons3, Ccons1 ); in part3()
5238 UCaux1.v = vec_sro( UCcons3, UCcons1 ); in part3()
5261 Saux1.v = vec_sro( Scons3, Ccons1 ); in part3()
5286 USaux1.v = vec_sro( UScons3, UCcons1 ); in part3()
5311 Iaux1.v = vec_sro( Icons3, Ccons1 ); in part3()
5336 UIaux1.v = vec_sro( UIcons3, UCcons1 ); in part3()
5362 Faux1.v = vec_sro( Fcons3, Ccons1 ); in part3()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c4175 res_vsc = vec_sro(vsc, vsc); in test6()
4179 res_vsc = vec_sro(vsc, vuc); in test6()
4183 res_vuc = vec_sro(vuc, vsc); in test6()
4187 res_vuc = vec_sro(vuc, vuc); in test6()
4191 res_vs = vec_sro(vs, vsc); in test6()
4195 res_vs = vec_sro(vs, vuc); in test6()
4199 res_vus = vec_sro(vus, vsc); in test6()
4203 res_vus = vec_sro(vus, vuc); in test6()
4207 res_vp = vec_sro(vp, vsc); in test6()
4211 res_vp = vec_sro(vp, vuc); in test6()
[all …]
/external/clang/lib/Headers/
Daltivec.h6888 vec_sro(vector signed char __a, vector signed char __b) in vec_sro() function
6895 vec_sro(vector signed char __a, vector unsigned char __b) in vec_sro() function
6902 vec_sro(vector unsigned char __a, vector signed char __b) in vec_sro() function
6909 vec_sro(vector unsigned char __a, vector unsigned char __b) in vec_sro() function
6916 vec_sro(vector short __a, vector signed char __b) in vec_sro() function
6922 vec_sro(vector short __a, vector unsigned char __b) in vec_sro() function
6928 vec_sro(vector unsigned short __a, vector signed char __b) in vec_sro() function
6935 vec_sro(vector unsigned short __a, vector unsigned char __b) in vec_sro() function
6942 vec_sro(vector pixel __a, vector signed char __b) in vec_sro() function
6948 vec_sro(vector pixel __a, vector unsigned char __b) in vec_sro() function
[all …]