Lines Matching refs:vslla
18 vector signed long long vslla, vsllb; variable
43 return vec_mul(vslla, vsllb); in test_vec_mul_sll()
67 return vec_div(vslla, vsllb); in test_vec_div_sll()
103 return vec_dive(vslla, vsllb); in test_vec_dive_sll()
139 return vec_mulh(vslla, vsllb); in test_vec_mulh_sll()
163 return vec_mod(vslla, vsllb); in test_vec_mod_sll()
823 return vec_sldb(vslla, vsllb, 6); in test_vec_sldb_sll()
877 return vec_srdb(vslla, vsllb, 6); in test_vec_srdb_sll()
931 return vec_permx(vslla, vsllb, vucc, 6); in test_vec_permx_sll()
994 return vec_blendv(vslla, vsllb, vullc); in test_vec_blend_sll()
1050 return vec_replace_elt(vslla, llb, 0); in test_vec_replace_elt_sll()
1112 return vec_replace_unaligned(vslla, llb, 6); in test_vec_replace_unaligned_sll()
1527 return vec_mule(vslla, vsllb); in test_vec_mule_s128()
1543 return vec_mulo(vslla, vsllb); in test_vec_mulo_s128()
1611 return vec_signextq(vslla); in test_vec_signextq_s128()