Searched refs:vec_slo (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 286 Function vec_slo [type char] ===> OK 287 Function vec_slo [type unsigned char] ===> OK 288 Function vec_slo [type short] ===> OK 289 Function vec_slo [type unsigned short] ===> OK 290 Function vec_slo [type integer] ===> OK 291 Function vec_slo [type unsigned int] ===> OK
|
D | testVMX.c | 4530 Caux1.v = vec_slo( Ccons3, Ccons1 ); in part3() 4553 UCaux1.v = vec_slo( UCcons3, UCcons1 ); in part3() 4576 Saux1.v = vec_slo( Scons3, UCcons1 ); in part3() 4596 USaux1.v = vec_slo( UScons3, UCcons1 ); in part3() 4616 Iaux1.v = vec_slo( Icons3, UCcons1 ); in part3() 4636 UIaux1.v = vec_slo( UIcons3, UCcons1 ); in part3() 4657 Faux1.v = vec_slo( Fcons3, UCcons1 ); in part3()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 3821 res_vsc = vec_slo(vsc, vsc); in test6() 3825 res_vsc = vec_slo(vsc, vuc); in test6() 3829 res_vuc = vec_slo(vuc, vsc); in test6() 3833 res_vuc = vec_slo(vuc, vuc); in test6() 3837 res_vs = vec_slo(vs, vsc); in test6() 3841 res_vs = vec_slo(vs, vuc); in test6() 3845 res_vus = vec_slo(vus, vsc); in test6() 3849 res_vus = vec_slo(vus, vuc); in test6() 3853 res_vp = vec_slo(vp, vsc); in test6() 3857 res_vp = vec_slo(vp, vuc); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 7384 static vector signed char __ATTRS_o_ai vec_slo(vector signed char __a, in vec_slo() function 7390 static vector signed char __ATTRS_o_ai vec_slo(vector signed char __a, in vec_slo() function 7396 static vector unsigned char __ATTRS_o_ai vec_slo(vector unsigned char __a, in vec_slo() function 7402 static vector unsigned char __ATTRS_o_ai vec_slo(vector unsigned char __a, in vec_slo() function 7408 static vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function 7413 static vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function 7418 static vector unsigned short __ATTRS_o_ai vec_slo(vector unsigned short __a, in vec_slo() function 7424 static vector unsigned short __ATTRS_o_ai vec_slo(vector unsigned short __a, in vec_slo() function 7430 static vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function 7435 static vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function [all …]
|