Lines Matching refs:vsll2

6 vector signed long long vsll1, vsll2, vsll3;  variable
18 vec_add(vsll1, vsll2); in test()
22 vec_and(vsll1, vsll2); in test()
26 vec_vand(vsll1, vsll2); in test()
30 vec_andc(vsll1, vsll2); in test()
35 vec_vandc(vsll1, vsll2); in test()
40 vec_cmpeq(vsll1, vsll2); in test()
44 vec_cmpne(vsll1, vsll2); in test()
49 vec_cmpgt(vsll1, vsll2); in test()
53 vec_cmpge(vsll1, vsll2); in test()
58 vec_cmple(vsll1, vsll2); in test()
63 vec_cmplt(vsll1, vsll2); in test()
75 vec_float2(vsll1, vsll2); in test()
91 vec_div(vsll1, vsll2); in test()
95 vec_eqv(vsll1, vsll2); in test()
99 vec_max(vsll1, vsll2); in test()
103 vec_mergeh(vsll1, vsll2); in test()
107 vec_mergel(vsll1, vsll2); in test()
111 vec_mergee(vsll1, vsll2); in test()
115 vec_mergeo(vsll1, vsll2); in test()
119 vec_min(vsll1, vsll2); in test()
123 vec_mul(vsll1, vsll2); in test()
127 vec_nand(vsll1, vsll2); in test()
132 vec_nor(vsll1, vsll2); in test()
137 vec_or(vsll1, vsll2); in test()
141 vec_orc(vsll1, vsll2); in test()
146 vec_vor(vsll1, vsll2); in test()
150 vec_pack(vsll1, vsll2); in test()
154 vec_vpkudum(vsll1, vsll2); in test()
158 vec_packs(vsll1, vsll2); in test()
166 vec_packsu(vsll1, vsll2); in test()
174 vec_sel(vsll1, vsll2, vbll); in test()
185 vec_sld(vsll1, vsll2, 2); in test()
189 vec_sldw(vsll1, vsll2, 2); in test()
221 vec_sub(vsll1, vsll2); in test()
225 vec_xor(vsll1, vsll2); in test()
229 vec_vxor(vsll1, vsll2); in test()
237 vec_all_eq(vsll1, vsll2); in test()
241 vec_all_ge(vsll1, vsll2); in test()
245 vec_all_gt(vsll1, vsll2); in test()
249 vec_all_le(vsll1, vsll2); in test()
253 vec_all_lt(vsll1, vsll2); in test()
257 vec_all_ne(vsll1, vsll2); in test()
261 vec_any_eq(vsll1, vsll2); in test()
265 vec_any_ge(vsll1, vsll2); in test()
269 vec_any_gt(vsll1, vsll2); in test()
273 vec_any_le(vsll1, vsll2); in test()
277 vec_any_lt(vsll1, vsll2); in test()
281 vec_any_ne(vsll1, vsll2); in test()