/external/fec/ |
D | viterbi27_av.c | 152 decision0 = vec_cmpgt(m0,m1); in update_viterbi27_blk_av() 153 decision1 = vec_cmpgt(m2,m3); in update_viterbi27_blk_av() 170 decision0 = vec_cmpgt(m0,m1); in update_viterbi27_blk_av() 171 decision1 = vec_cmpgt(m2,m3); in update_viterbi27_blk_av()
|
D | viterbi29_av.c | 149 decision0 = vec_cmpgt(m0,m1); in update_viterbi29_blk_av() 150 decision1 = vec_cmpgt(m2,m3); in update_viterbi29_blk_av()
|
D | viterbi39_av.c | 152 decision0 = vec_cmpgt(m0,m1); in update_viterbi39_blk_av() 153 decision1 = vec_cmpgt(m2,m3); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 157 decision0 = vec_cmpgt(m0,m1); in update_viterbi615_blk_av() 158 decision1 = vec_cmpgt(m2,m3); in update_viterbi615_blk_av()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1924 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function 1929 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function 1934 vec_cmpgt(vector signed short __a, vector signed short __b) { in vec_cmpgt() function 1939 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function 1944 vec_cmpgt(vector signed int __a, vector signed int __b) { in vec_cmpgt() function 1949 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function 1954 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 1959 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 1964 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function 6409 return vec_sel(__b, __a, vec_cmpgt(__a, __b)); in vec_max() [all …]
|
D | altivec.h | 1558 static vector bool char __ATTRS_o_ai vec_cmpgt(vector signed char __a, in vec_cmpgt() function 1563 static vector bool char __ATTRS_o_ai vec_cmpgt(vector unsigned char __a, in vec_cmpgt() function 1568 static vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 1573 static vector bool short __ATTRS_o_ai vec_cmpgt(vector unsigned short __a, in vec_cmpgt() function 1578 static vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, vector int __b) { in vec_cmpgt() function 1582 static vector bool int __ATTRS_o_ai vec_cmpgt(vector unsigned int __a, in vec_cmpgt() function 1589 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 1594 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 1599 static vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function 1610 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 64 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
|
D | testVMX.c | 1307 BCaux1.v = vec_cmpgt( Ccons1, Ccons2 ); in main() 1325 BCaux1.v = vec_cmpgt( UCcons1, UCcons2 ); in main() 1343 BSaux1.v = vec_cmpgt( Scons1, Scons2 ); in main() 1361 BSaux1.v = vec_cmpgt( UScons1, UScons2 ); in main() 1379 BIaux1.v = vec_cmpgt( Icons1, Icons2 ); in main() 1397 BIaux1.v = vec_cmpgt( UIcons1, UIcons2 ); in main() 1416 BIaux1.v = vec_cmpgt( Fcons1, Fcons2 ); in main()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 119 res_vbll = vec_cmpgt(vd, vd); in test1() 123 res_vbi = vec_cmpgt(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 186 res_vbll = vec_cmpgt(vsll, vsll); in test1() 191 res_vbll = vec_cmpgt(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 749 vbc = vec_cmpgt(vsc, vsc); in test_compare() 751 vbc = vec_cmpgt(vuc, vuc); in test_compare() 753 vbs = vec_cmpgt(vss, vss); in test_compare() 755 vbs = vec_cmpgt(vus, vus); in test_compare() 757 vbi = vec_cmpgt(vsi, vsi); in test_compare() 759 vbi = vec_cmpgt(vui, vui); in test_compare() 761 vbl = vec_cmpgt(vsl, vsl); in test_compare() 763 vbl = vec_cmpgt(vul, vul); in test_compare() 765 vbl = vec_cmpgt(vd, vd); in test_compare()
|
D | builtins-ppc-altivec.c | 980 res_vbc = vec_cmpgt(vsc, vsc); in test5() 984 res_vbc = vec_cmpgt(vuc, vuc); in test5() 988 res_vbs = vec_cmpgt(vs, vs); in test5() 992 res_vbs = vec_cmpgt(vus, vus); in test5() 996 res_vbi = vec_cmpgt(vi, vi); in test5() 1000 res_vbi = vec_cmpgt(vui, vui); in test5() 1004 res_vbi = vec_cmpgt(vf, vf); in test5()
|