Lines Matching refs:vec_srab
3072 vsc = vec_srab(vsc, vsc); in test_integer()
3075 vsc = vec_srab(vsc, vuc); in test_integer()
3078 vuc = vec_srab(vuc, vsc); in test_integer()
3081 vuc = vec_srab(vuc, vuc); in test_integer()
3084 vss = vec_srab(vss, vss); in test_integer()
3087 vss = vec_srab(vss, vus); in test_integer()
3090 vus = vec_srab(vus, vss); in test_integer()
3093 vus = vec_srab(vus, vus); in test_integer()
3096 vsi = vec_srab(vsi, vsi); in test_integer()
3099 vsi = vec_srab(vsi, vui); in test_integer()
3102 vui = vec_srab(vui, vsi); in test_integer()
3105 vui = vec_srab(vui, vui); in test_integer()
3108 vsl = vec_srab(vsl, vsl); in test_integer()
3111 vsl = vec_srab(vsl, vul); in test_integer()
3114 vul = vec_srab(vul, vsl); in test_integer()
3117 vul = vec_srab(vul, vul); in test_integer()
3120 vd = vec_srab(vd, vsl); in test_integer()
3123 vd = vec_srab(vd, vul); in test_integer()