Lines Matching refs:vec_splat
1286 /* vec_splat */
1287 res_vsc = vec_splat(vsc, 0); // CHECK: @llvm.ppc.altivec.vperm
1288 res_vuc = vec_splat(vuc, 0); // CHECK: @llvm.ppc.altivec.vperm
1289 res_vbc = vec_splat(vbc, 0); // CHECK: @llvm.ppc.altivec.vperm
1290 res_vs = vec_splat(vs, 0); // CHECK: @llvm.ppc.altivec.vperm
1291 res_vus = vec_splat(vus, 0); // CHECK: @llvm.ppc.altivec.vperm
1292 res_vbs = vec_splat(vbs, 0); // CHECK: @llvm.ppc.altivec.vperm
1293 res_vp = vec_splat(vp, 0); // CHECK: @llvm.ppc.altivec.vperm
1294 res_vi = vec_splat(vi, 0); // CHECK: @llvm.ppc.altivec.vperm
1295 res_vui = vec_splat(vui, 0); // CHECK: @llvm.ppc.altivec.vperm
1296 res_vbi = vec_splat(vbi, 0); // CHECK: @llvm.ppc.altivec.vperm
1297 res_vf = vec_splat(vf, 0); // CHECK: @llvm.ppc.altivec.vperm