Home
last modified time | relevance | path

Searched refs:vec_cmpgt (Results 1 – 24 of 24) 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/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h437 __vector __bool int m = vec_cmpgt ((__v4sf) __B, (__v4sf) __A); in _mm_min_ps()
444 __vector __bool int m = vec_cmpgt ((__v4sf) __A, (__v4sf) __B); in _mm_max_ps()
498 return ((__m128)vec_cmpgt ((__v4sf)__A, (__v4sf)__B)); in _mm_cmpgt_ps()
523 return ((__m128)vec_cmpgt ((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnle_ps()
548 c = (__vector unsigned int) vec_cmpgt (float_exp_mask, a); in _mm_cmpord_ps()
549 d = (__vector unsigned int) vec_cmpgt (float_exp_mask, b); in _mm_cmpord_ps()
563 c = (__vector unsigned int) vec_cmpgt (a, float_exp_mask); in _mm_cmpunord_ps()
564 d = (__vector unsigned int) vec_cmpgt (b, float_exp_mask); in _mm_cmpunord_ps()
637 c = (__v4sf) vec_cmpgt(a, b); in _mm_cmpgt_ss()
710 c = (__v4sf) vec_cmpgt(a, b); in _mm_cmpnle_ss()
[all …]
Dtmmintrin.h349 (__v16qi) vec_neg ((__v16qi) vec_cmpgt ((__v16qi) __B, __zero)); in _mm_sign_epi8()
361 (__v8hi) vec_neg ((__v8hi) vec_cmpgt ((__v8hi) __B, __zero)); in _mm_sign_epi16()
373 (__v4si) vec_neg ((__v4si) vec_cmpgt ((__v4si) __B, __zero)); in _mm_sign_epi32()
Demmintrin.h365 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B)); in _mm_cmpgt_pd()
390 return ((__m128d)vec_cmpgt ((__v2df) __A, (__v2df) __B)); in _mm_cmpnle_pd()
419 c = (__v2du)vec_cmpgt (double_exp_mask, a); in _mm_cmpord_pd()
420 d = (__v2du)vec_cmpgt (double_exp_mask, b); in _mm_cmpord_pd()
492 c = (__v2df) vec_cmpgt(a, b); in _mm_cmpgt_sd()
1939 return (__m128i) vec_cmpgt ((__v16qi) __A, (__v16qi)__B); in _mm_cmpgt_epi8()
1945 return (__m128i) vec_cmpgt ((__v8hi) __A, (__v8hi)__B); in _mm_cmpgt_epi16()
1951 return (__m128i) vec_cmpgt ((__v4si) __A, (__v4si)__B); in _mm_cmpgt_epi32()
2139 mask = (__v16qu)vec_cmpgt ((__v16qu)__B, (__v16qu)hibit); in _mm_maskmoveu_si128()
Dmmintrin.h747 c = (__vector signed char)vec_cmpgt(a, b); in _mm_cmpgt_pi8()
815 c = (__vector signed short)vec_cmpgt(a, b); in _mm_cmpgt_pi16()
877 c = (__vector signed int)vec_cmpgt(a, b); in _mm_cmpgt_pi32()
/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/llvm-project/clang/lib/Headers/
Dvecintrin.h2434 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt() function
2439 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt() function
2444 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt() function
2449 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt() function
2454 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt() function
2459 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt() function
2464 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt() function
2469 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt() function
2475 vec_cmpgt(__vector float __a, __vector float __b) { in vec_cmpgt() function
2481 vec_cmpgt(__vector double __a, __vector double __b) { in vec_cmpgt() function
[all …]
Daltivec.h1992 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
1997 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
2001 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
2007 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
2011 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
2017 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
2023 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2028 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2033 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
2044 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
[all …]
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c184 vbi = vec_cmpgt(vf, vf); in test_compare()
187 vbl = vec_cmpgt(vd, vd); in test_compare()
Dbuiltins-systemz-zvector-constrained.c113 vbl = vec_cmpgt(vd, vd); in test_compare()
Dbuiltins-systemz-zvector2.c289 vbi = vec_cmpgt(vf, vf); in test_compare()
292 vbl = vec_cmpgt(vd, vd); in test_compare()
Dbuiltins-systemz-zvector.c1181 vbc = vec_cmpgt(vsc, vsc); in test_compare()
1184 vbc = vec_cmpgt(vuc, vuc); in test_compare()
1187 vbs = vec_cmpgt(vss, vss); in test_compare()
1190 vbs = vec_cmpgt(vus, vus); in test_compare()
1193 vbi = vec_cmpgt(vsi, vsi); in test_compare()
1196 vbi = vec_cmpgt(vui, vui); in test_compare()
1199 vbl = vec_cmpgt(vsl, vsl); in test_compare()
1202 vbl = vec_cmpgt(vul, vul); in test_compare()
1205 vbl = vec_cmpgt(vd, vd); in test_compare()
/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()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c178 res_vbll = vec_cmpgt(vd, vd); in test1()
182 res_vbi = vec_cmpgt(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c205 res_vbll = vec_cmpgt(vsll, vsll); in test1()
210 res_vbll = vec_cmpgt(vull, vull); in test1()
Dbuiltins-ppc-p10vector.c1660 return vec_cmpgt(vsi128a, vsi128b); in test_vec_cmpgt_s128()
1667 return vec_cmpgt(vui128a, vui128b); in test_vec_cmpgt_u128()
Dbuiltins-ppc-altivec.c1156 res_vbc = vec_cmpgt(vsc, vsc); in test5()
1160 res_vbc = vec_cmpgt(vuc, vuc); in test5()
1164 res_vbs = vec_cmpgt(vs, vs); in test5()
1168 res_vbs = vec_cmpgt(vus, vus); in test5()
1172 res_vbi = vec_cmpgt(vi, vi); in test5()
1176 res_vbi = vec_cmpgt(vui, vui); in test5()
1180 res_vbi = vec_cmpgt(vf, vf); in test5()