Lines Matching refs:vlll
14 vector signed __int128 vlll = { -1 }; variable
28 res_vlll = vec_add(vlll, vlll); in test1()
39 res_vlll = vec_vadduqm(vlll, vlll); in test1()
50 res_vlll = vec_vaddeuqm(vlll, vlll, vlll); in test1()
61 res_vlll = vec_addc(vlll, vlll); in test1()
73 res_vlll = vec_vaddcuq(vlll, vlll); in test1()
84 res_vlll = vec_vaddecuq(vlll, vlll, vlll); in test1()
95 res_vlll = vec_sub(vlll, vlll); in test1()
106 res_vlll = vec_vsubuqm(vlll, vlll); in test1()
117 res_vlll = vec_vsubeuqm(vlll, vlll, vlll); in test1()
128 res_vlll = vec_subc(vlll, vlll); in test1()
139 res_vlll = vec_vsubcuq(vlll, vlll); in test1()
150 res_vlll = vec_vsubecuq(vlll, vlll, vlll); in test1()