OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_abss
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp
8
Function
vec_abss
[type char] ===> OK
9
Function
vec_abss
[type short] ===> OK
10
Function
vec_abss
[type integer] ===> OK
testVMX.c
531
/* 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
[type integer] ===> OK\n")
[
all
...]
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
60
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
[
all
...]
/external/clang/lib/Headers/
altivec.h
108
/*
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
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
altivec.h
108
/*
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
[
all
...]
Completed in 313 milliseconds