Searched refs:vec_abss (Results 1 - 5 of 5) 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.c60 vsc = vec_abss(vsc); // CHECK: @llvm.ppc.altivec.vsubsbs
63 vs = vec_abss(vs); // CHECK: @llvm.ppc.altivec.vsubshs
66 vi = vec_abss(vi); // CHECK: @llvm.ppc.altivec.vsubsws
/external/clang/lib/include/
H A Daltivec.h108 /* vec_abss */
110 #define __builtin_altivec_abss_v16qi vec_abss
111 #define __builtin_altivec_abss_v8hi vec_abss
112 #define __builtin_altivec_abss_v4si vec_abss
115 vec_abss(vector signed char a) function
122 vec_abss(vector signed short a) function
129 vec_abss(vector signed int a) function
/external/clang/lib/Headers/
H A Daltivec.h108 /* vec_abss */
110 #define __builtin_altivec_abss_v16qi vec_abss
111 #define __builtin_altivec_abss_v8hi vec_abss
112 #define __builtin_altivec_abss_v4si vec_abss
115 vec_abss(vector signed char a) function
122 vec_abss(vector signed short a) function
129 vec_abss(vector signed int a) function

Completed in 74 milliseconds