OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_cmpb
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
356
/*
vec_cmpb
*/
357
res_vi =
vec_cmpb
(vf, vf); // CHECK: @llvm.ppc.altivec.vcmpbfp
[
all
...]
/external/clang/lib/Headers/
altivec.h
1329
/*
vec_cmpb
*/
1332
vec_cmpb
(vector float __a, vector float __b)
function
[
all
...]
/external/valgrind/main/none/tests/ppc32/
testVMX.c
1129
/* Function
vec_cmpb
*/
1132
Iaux1.v =
vec_cmpb
( Fcons1, Fcons2 );
1147
printf("Function
vec_cmpb
[type float] ===> Error\n");
1149
printf("Function
vec_cmpb
[type float] ===> OK\n");
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
altivec.h
1329
/*
vec_cmpb
*/
1332
vec_cmpb
(vector float __a, vector float __b)
function
[
all
...]
Completed in 77 milliseconds