Home
last modified time | relevance | path

Searched refs:vec_cmpgt (Results 1 – 12 of 12) sorted by relevance

/external/fec/
Dviterbi27_av.c152 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()
Dviterbi29_av.c149 decision0 = vec_cmpgt(m0,m1); in update_viterbi29_blk_av()
150 decision1 = vec_cmpgt(m2,m3); in update_viterbi29_blk_av()
Dviterbi39_av.c152 decision0 = vec_cmpgt(m0,m1); in update_viterbi39_blk_av()
153 decision1 = vec_cmpgt(m2,m3); in update_viterbi39_blk_av()
Dviterbi615_av.c157 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/
Dvecintrin.h1924 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 …]
Daltivec.h1601 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
1606 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
1610 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
1616 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
1620 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
1626 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
1632 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
1637 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
1642 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
1653 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
[all …]
/external/valgrind/none/tests/ppc32/
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
DtestVMX.c1307 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/
Dbuiltins-ppc-vsx.c163 res_vbll = vec_cmpgt(vd, vd); in test1()
167 res_vbi = vec_cmpgt(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c187 res_vbll = vec_cmpgt(vsll, vsll); in test1()
192 res_vbll = vec_cmpgt(vull, vull); in test1()
Dbuiltins-systemz-zvector.c749 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()
Dbuiltins-ppc-altivec.c999 res_vbc = vec_cmpgt(vsc, vsc); in test5()
1003 res_vbc = vec_cmpgt(vuc, vuc); in test5()
1007 res_vbs = vec_cmpgt(vs, vs); in test5()
1011 res_vbs = vec_cmpgt(vus, vus); in test5()
1015 res_vbi = vec_cmpgt(vi, vi); in test5()
1019 res_vbi = vec_cmpgt(vui, vui); in test5()
1023 res_vbi = vec_cmpgt(vf, vf); in test5()