Home
last modified time | relevance | path

Searched refs:vec_cmpge (Results 1 – 21 of 21) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c120 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_vsx()
122 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_vsx()
161 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_vsx()
162 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_vsx()
163 zero_mask2 = vec_cmpge(coeff2_abs, zbin); in vpx_quantize_b_vsx()
238 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_32x32_vsx()
240 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_32x32_vsx()
272 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_32x32_vsx()
273 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_32x32_vsx()
274 zero_mask2 = vec_cmpge(coeff2_abs, zbin); in vpx_quantize_b_32x32_vsx()
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c201 mask0 = vec_cmpge(abs_coeff0, thres); in vp9_quantize_fp_32x32_vsx()
219 mask1 = vec_cmpge(abs_coeff1, thres); in vp9_quantize_fp_32x32_vsx()
252 mask0 = vec_cmpge(abs_coeff0, thres); in vp9_quantize_fp_32x32_vsx()
253 mask1 = vec_cmpge(abs_coeff1, thres); in vp9_quantize_fp_32x32_vsx()
254 mask2 = vec_cmpge(abs_coeff2, thres); in vp9_quantize_fp_32x32_vsx()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c177 vbi = vec_cmpge(vf, vf); in test_compare()
180 vbl = vec_cmpge(vd, vd); in test_compare()
Dbuiltins-systemz-zvector-constrained.c107 vbl = vec_cmpge(vd, vd); in test_compare()
Dbuiltins-systemz-zvector2.c282 vbi = vec_cmpge(vf, vf); in test_compare()
285 vbl = vec_cmpge(vd, vd); in test_compare()
Dbuiltins-systemz-zvector.c1153 vbc = vec_cmpge(vsc, vsc); in test_compare()
1156 vbc = vec_cmpge(vuc, vuc); in test_compare()
1159 vbs = vec_cmpge(vss, vss); in test_compare()
1162 vbs = vec_cmpge(vus, vus); in test_compare()
1165 vbi = vec_cmpge(vsi, vsi); in test_compare()
1168 vbi = vec_cmpge(vui, vui); in test_compare()
1171 vbl = vec_cmpge(vsl, vsl); in test_compare()
1174 vbl = vec_cmpge(vul, vul); in test_compare()
1177 vbl = vec_cmpge(vd, vd); in test_compare()
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c155 res_vbll = vec_cmpge(vd, vd); in test1()
159 res_vbi = vec_cmpge(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c165 res_vbll = vec_cmpge(vsll, vsll); in test1()
170 res_vbll = vec_cmpge(vull, vull); in test1()
Dbuiltins-systemz-zvector.c730 vbc = vec_cmpge(vsc, vsc); in test_compare()
732 vbc = vec_cmpge(vuc, vuc); in test_compare()
734 vbs = vec_cmpge(vss, vss); in test_compare()
736 vbs = vec_cmpge(vus, vus); in test_compare()
738 vbi = vec_cmpge(vsi, vsi); in test_compare()
740 vbi = vec_cmpge(vui, vui); in test_compare()
742 vbl = vec_cmpge(vsl, vsl); in test_compare()
744 vbl = vec_cmpge(vul, vul); in test_compare()
746 vbl = vec_cmpge(vd, vd); in test_compare()
Dbuiltins-ppc-altivec.c962 res_vbc = vec_cmpge(vsc, vsc); in test2()
966 res_vbc = vec_cmpge(vuc, vuc); in test2()
970 res_vbs = vec_cmpge(vs, vs); in test2()
974 res_vbs = vec_cmpge(vus, vus); in test2()
978 res_vbi = vec_cmpge(vi, vi); in test2()
982 res_vbi = vec_cmpge(vui, vui); in test2()
986 res_vbi = vec_cmpge(vf, vf); in test2()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c170 res_vbll = vec_cmpge(vd, vd); in test1()
174 res_vbi = vec_cmpge(vf, vf); in test1()
Dbuiltins-ppc-p8vector.c183 res_vbll = vec_cmpge(vsll, vsll); in test1()
188 res_vbll = vec_cmpge(vull, vull); in test1()
Dbuiltins-ppc-p10vector.c1689 return vec_cmpge(vsi128a, vsi128b); in test_vec_cmpge_s128()
1697 return vec_cmpge(vui128a, vui128b); in test_vec_cmpge_u128()
Dbuiltins-ppc-altivec.c1119 res_vbc = vec_cmpge(vsc, vsc); in test2()
1123 res_vbc = vec_cmpge(vuc, vuc); in test2()
1127 res_vbs = vec_cmpge(vs, vs); in test2()
1131 res_vbs = vec_cmpge(vus, vus); in test2()
1135 res_vbi = vec_cmpge(vi, vi); in test2()
1139 res_vbi = vec_cmpge(vui, vui); in test2()
1143 res_vbi = vec_cmpge(vf, vf); in test2()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h102 Packet4ui isvalid_mask = reinterpret_cast<Packet4ui>(vec_cmpge(x, p4f_ZERO));
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h504 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B)); in _mm_cmpge_ps()
517 return ((__m128)vec_cmpge ((__v4sf)__A, (__v4sf)__B)); in _mm_cmpnlt_ps()
655 c = (__v4sf) vec_cmpge(a, b); in _mm_cmpge_ss()
692 c = (__v4sf) vec_cmpge(a, b); in _mm_cmpnlt_ss()
Demmintrin.h371 return ((__m128d)vec_cmpge ((__v2df) __A,(__v2df) __B)); in _mm_cmpge_pd()
384 return ((__m128d)vec_cmpge ((__v2df) __A, (__v2df) __B)); in _mm_cmpnlt_pd()
502 c = (__v2df) vec_cmpge(a, b); in _mm_cmpge_sd()
524 c = (__v2df) vec_cmpge(a, b); in _mm_cmpnlt_sd()
535 c = (__v2df) vec_cmpge(a, b); in _mm_cmpnle_sd()
/external/clang/lib/Headers/
Daltivec.h1661 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
1666 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
1671 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
1676 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
1681 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
1686 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
1690 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, in vec_cmpge() function
1701 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
1708 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
1713 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
[all …]
Dvecintrin.h1877 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
1882 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
1887 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
1892 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
1897 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
1902 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
1907 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
1912 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
1917 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
/external/llvm-project/clang/lib/Headers/
Daltivec.h2066 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function
2071 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function
2076 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function
2081 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function
2086 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function
2091 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function
2095 static __inline__ vector bool int __ATTRS_o_ai vec_cmpge(vector float __a, in vec_cmpge() function
2106 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
2113 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function
2118 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function
[all …]
Dvecintrin.h2380 vec_cmpge(__vector signed char __a, __vector signed char __b) { in vec_cmpge() function
2385 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpge() function
2390 vec_cmpge(__vector signed short __a, __vector signed short __b) { in vec_cmpge() function
2395 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpge() function
2400 vec_cmpge(__vector signed int __a, __vector signed int __b) { in vec_cmpge() function
2405 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpge() function
2410 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { in vec_cmpge() function
2415 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpge() function
2421 vec_cmpge(__vector float __a, __vector float __b) { in vec_cmpge() function
2427 vec_cmpge(__vector double __a, __vector double __b) { in vec_cmpge() function