Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp387 Function vec_sum4s [type char] ===> OK
388 Function vec_sum4s [type unsigned char] ===> OK
389 Function vec_sum4s [type short] ===> OK
DtestVMX.c6086 Iaux1.v = vec_sum4s( Ccons2, Icons2 ); in part4()
6103 UIaux1.v = vec_sum4s( UCcons2, UIcons2 ); in part4()
6120 Iaux1.v = vec_sum4s( Scons2, Icons2 ); in part4()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c5374 res_vi = vec_sum4s(vsc, vi); in test6()
5378 res_vui = vec_sum4s(vuc, vui); in test6()
5382 res_vi = vec_sum4s(vs, vi); in test6()
/external/clang/lib/Headers/
Daltivec.h9694 static vector int __ATTRS_o_ai vec_sum4s(vector signed char __a, in vec_sum4s() function
9699 static vector unsigned int __ATTRS_o_ai vec_sum4s(vector unsigned char __a, in vec_sum4s() function
9704 static vector int __ATTRS_o_ai vec_sum4s(vector signed short __a, in vec_sum4s() function