Searched refs:vec_cmpgt (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp64 Function vec_cmpgt [type char] ===> OK
65 Function vec_cmpgt [type unsigned char] ===> OK
66 Function vec_cmpgt [type short] ===> OK
67 Function vec_cmpgt [type unsigned short] ===> OK
68 Function vec_cmpgt [type integer] ===> OK
69 Function vec_cmpgt [type unsigned int] ===> OK
H A DtestVMX.c1304 /* Function vec_cmpgt */
1307 BCaux1.v = vec_cmpgt( Ccons1, Ccons2 );
1320 printf("Function vec_cmpgt [type char] ===> Error\n");
1322 printf("Function vec_cmpgt [type char] ===> OK\n");
1325 BCaux1.v = vec_cmpgt( UCcons1, UCcons2 );
1338 printf("Function vec_cmpgt [type unsigned char] ===> Error\n");
1340 printf("Function vec_cmpgt [type unsigned char] ===> OK\n");
1343 BSaux1.v = vec_cmpgt( Scons1, Scons2 );
1356 printf("Function vec_cmpgt [type short] ===> Error\n");
1358 printf("Function vec_cmpgt [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c955 /* vec_cmpgt */
956 res_vbc = vec_cmpgt(vsc, vsc);
960 res_vbc = vec_cmpgt(vuc, vuc);
964 res_vbs = vec_cmpgt(vs, vs);
968 res_vbs = vec_cmpgt(vus, vus);
972 res_vbi = vec_cmpgt(vi, vi);
976 res_vbi = vec_cmpgt(vui, vui);
980 res_vbi = vec_cmpgt(vf, vf);
/external/clang/lib/Headers/
H A Daltivec.h1412 /* vec_cmpgt */
1415 vec_cmpgt(vector signed char __a, vector signed char __b) function
1421 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) function
1427 vec_cmpgt(vector short __a, vector short __b) function
1433 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) function
1439 vec_cmpgt(vector int __a, vector int __b) function
1445 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) function
1451 vec_cmpgt(vector float __a, vector float __b) function

Completed in 1349 milliseconds