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.h141 #define __builtin_altivec_abss_v16qi vec_abss
142 #define __builtin_altivec_abss_v8hi vec_abss
143 #define __builtin_altivec_abss_v4si vec_abss
145 static vector signed char __ATTRS_o_ai vec_abss(vector signed char __a) { in vec_abss() function
150 static vector signed short __ATTRS_o_ai vec_abss(vector signed short __a) { in vec_abss() function
155 static vector signed int __ATTRS_o_ai vec_abss(vector signed int __a) { in vec_abss() function