Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp8 Function vec_abss [type char] ===> OK
9 Function vec_abss [type short] ===> OK
10 Function vec_abss [type integer] ===> OK
DtestVMX.c534 Caux1.v = vec_abss( Ccons1 ); in main()
545 Saux1.v = vec_abss( Scons1 ); in main()
556 Iaux1.v = vec_abss( Icons1 ); in main()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c73 vsc = vec_abss(vsc); in test1()
79 vs = vec_abss(vs); in test1()
85 vi = vec_abss(vi); in test1()
/external/clang/lib/Headers/
Daltivec.h113 #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) in vec_abss() function
125 vec_abss(vector signed short __a) in vec_abss() function
132 vec_abss(vector signed int __a) in vec_abss() function