Home
last modified time | relevance | path

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

/external/valgrind/main/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.c5150 res_vi = vec_sum4s(vsc, vi); in test6()
5154 res_vui = vec_sum4s(vuc, vui); in test6()
5158 res_vi = vec_sum4s(vs, vi); in test6()
/external/clang/lib/Headers/
Daltivec.h8412 vec_sum4s(vector signed char __a, vector int __b) in vec_sum4s() function
8418 vec_sum4s(vector unsigned char __a, vector unsigned int __b) in vec_sum4s() function
8424 vec_sum4s(vector signed short __a, vector int __b) in vec_sum4s() function