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.c92 vsc = vec_abss(vsc); in test1()
98 vs = vec_abss(vs); in test1()
104 vi = vec_abss(vi); in test1()
/external/clang/lib/Headers/
Daltivec.h144 #define __builtin_altivec_abss_v16qi vec_abss
145 #define __builtin_altivec_abss_v8hi vec_abss
146 #define __builtin_altivec_abss_v4si vec_abss
149 vec_abss(vector signed char __a) { in vec_abss() function
155 vec_abss(vector signed short __a) { in vec_abss() function
161 vec_abss(vector signed int __a) { in vec_abss() function