Lines Matching refs:vec_any_ge
1989 idx = vec_any_ge(vsc, vsc); in test_compare()
1992 idx = vec_any_ge(vsc, vbc); in test_compare()
1995 idx = vec_any_ge(vbc, vsc); in test_compare()
1998 idx = vec_any_ge(vuc, vuc); in test_compare()
2001 idx = vec_any_ge(vuc, vbc); in test_compare()
2004 idx = vec_any_ge(vbc, vuc); in test_compare()
2007 idx = vec_any_ge(vbc, vbc); in test_compare()
2010 idx = vec_any_ge(vss, vss); in test_compare()
2013 idx = vec_any_ge(vss, vbs); in test_compare()
2016 idx = vec_any_ge(vbs, vss); in test_compare()
2019 idx = vec_any_ge(vus, vus); in test_compare()
2022 idx = vec_any_ge(vus, vbs); in test_compare()
2025 idx = vec_any_ge(vbs, vus); in test_compare()
2028 idx = vec_any_ge(vbs, vbs); in test_compare()
2031 idx = vec_any_ge(vsi, vsi); in test_compare()
2034 idx = vec_any_ge(vsi, vbi); in test_compare()
2037 idx = vec_any_ge(vbi, vsi); in test_compare()
2040 idx = vec_any_ge(vui, vui); in test_compare()
2043 idx = vec_any_ge(vui, vbi); in test_compare()
2046 idx = vec_any_ge(vbi, vui); in test_compare()
2049 idx = vec_any_ge(vbi, vbi); in test_compare()
2052 idx = vec_any_ge(vsl, vsl); in test_compare()
2055 idx = vec_any_ge(vsl, vbl); in test_compare()
2058 idx = vec_any_ge(vbl, vsl); in test_compare()
2061 idx = vec_any_ge(vul, vul); in test_compare()
2064 idx = vec_any_ge(vul, vbl); in test_compare()
2067 idx = vec_any_ge(vbl, vul); in test_compare()
2070 idx = vec_any_ge(vbl, vbl); in test_compare()
2073 idx = vec_any_ge(vd, vd); in test_compare()