Searched refs:vec_abss (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp8 Function vec_abss [type char] ===> OK
9 Function vec_abss [type short] ===> OK
10 Function vec_abss [type integer] ===> OK
H A DtestVMX.c531 /* Function vec_abss */
534 Caux1.v = vec_abss( Ccons1 );
540 printf("Function vec_abss [type char] ===> Error\n");
542 printf("Function vec_abss [type char] ===> OK\n");
545 Saux1.v = vec_abss( Scons1 );
551 printf("Function vec_abss [type short] ===> Error\n");
553 printf("Function vec_abss [type short] ===> OK\n");
556 Iaux1.v = vec_abss( Icons1 );
562 printf("Function vec_abss [type integer] ===> Error\n");
564 printf("Function vec_abss [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c73 vsc = vec_abss(vsc);
79 vs = vec_abss(vs);
85 vi = vec_abss(vi);
/external/clang/lib/Headers/
H A Daltivec.h111 /* vec_abss */
113 #define __builtin_altivec_abss_v16qi vec_abss
114 #define __builtin_altivec_abss_v8hi vec_abss
115 #define __builtin_altivec_abss_v4si vec_abss
118 vec_abss(vector signed char __a) function
125 vec_abss(vector signed short __a) function
132 vec_abss(vector signed int __a) function

Completed in 1036 milliseconds