Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vec_vand

173   res_vsc = vec_vand(vsc, vsc);                 // CHECK: and <16 x i8>
174 res_vsc = vec_vand(vbc, vsc); // CHECK: and <16 x i8>
175 res_vsc = vec_vand(vsc, vbc); // CHECK: and <16 x i8>
176 res_vuc = vec_vand(vuc, vuc); // CHECK: and <16 x i8>
177 res_vuc = vec_vand(vbc, vuc); // CHECK: and <16 x i8>
178 res_vuc = vec_vand(vuc, vbc); // CHECK: and <16 x i8>
179 res_vbc = vec_vand(vbc, vbc); // CHECK: and <16 x i8>
180 res_vs = vec_vand(vs, vs); // CHECK: and <8 x i16>
181 res_vs = vec_vand(vbs, vs); // CHECK: and <8 x i16>
182 res_vs = vec_vand(vs, vbs); // CHECK: and <8 x i16>
183 res_vus = vec_vand(vus, vus); // CHECK: and <8 x i16>
184 res_vus = vec_vand(vbs, vus); // CHECK: and <8 x i16>
185 res_vus = vec_vand(vus, vbs); // CHECK: and <8 x i16>
186 res_vbs = vec_vand(vbs, vbs); // CHECK: and <8 x i16>
187 res_vi = vec_vand(vi, vi); // CHECK: and <4 x i32>
188 res_vi = vec_vand(vbi, vi); // CHECK: and <4 x i32>
189 res_vi = vec_vand(vi, vbi); // CHECK: and <4 x i32>
190 res_vui = vec_vand(vui, vui); // CHECK: and <4 x i32>
191 res_vui = vec_vand(vbi, vui); // CHECK: and <4 x i32>
192 res_vui = vec_vand(vui, vbi); // CHECK: and <4 x i32>
193 res_vbi = vec_vand(vbi, vbi); // CHECK: and <4 x i32>