Searched refs:vec_sum4s (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp387 Function vec_sum4s [type char] ===> OK
388 Function vec_sum4s [type unsigned char] ===> OK
389 Function vec_sum4s [type short] ===> OK
H A DtestVMX.c6083 /* Function vec_sum4s */
6086 Iaux1.v = vec_sum4s( Ccons2, Icons2 );
6098 printf("Function vec_sum4s [type char] ===> Error\n");
6100 printf("Function vec_sum4s [type char] ===> OK\n");
6103 UIaux1.v = vec_sum4s( UCcons2, UIcons2 );
6115 printf("Function vec_sum4s [type unsigned char] ===> Error\n");
6117 printf("Function vec_sum4s [type unsigned char] ===> OK\n");
6120 Iaux1.v = vec_sum4s( Scons2, Icons2 );
6132 printf("Function vec_sum4s [type short] ===> Error\n");
6134 printf("Function vec_sum4s [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c1677 /* vec_sum4s */
1678 res_vi = vec_sum4s(vsc, vi); // CHECK: @llvm.ppc.altivec.vsum4sbs
1679 res_vui = vec_sum4s(vuc, vui); // CHECK: @llvm.ppc.altivec.vsum4ubs
1680 res_vi = vec_sum4s(vs, vi); // CHECK: @llvm.ppc.altivec.vsum4shs
/external/clang/lib/Headers/
H A Daltivec.h8011 /* vec_sum4s */
8014 vec_sum4s(vector signed char __a, vector int __b) function
8020 vec_sum4s(vector unsigned char __a, vector unsigned int __b) function
8026 vec_sum4s(vector signed short __a, vector int __b) function
/external/clang/lib/include/
H A Daltivec.h8011 /* vec_sum4s */
8014 vec_sum4s(vector signed char __a, vector int __b) function
8020 vec_sum4s(vector unsigned char __a, vector unsigned int __b) function
8026 vec_sum4s(vector signed short __a, vector int __b) function

Completed in 206 milliseconds