1*a538b0f0SEhsan Amiri; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s 2d05e072bSNemanja Ivanovicdefine <8 x i16> @test(<4 x i32> %a) { 3d05e072bSNemanja Ivanovicentry: 4d05e072bSNemanja Ivanovic %0 = tail call <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32> %a, <4 x i32> %a) 5d05e072bSNemanja Ivanovic ret <8 x i16> %0 6d05e072bSNemanja Ivanovic} 7d05e072bSNemanja Ivanovic; CHECK: vpkswss 2, 8d05e072bSNemanja Ivanovic 9d05e072bSNemanja Ivanovicdeclare <8 x i16> @llvm.ppc.altivec.vpkswss(<4 x i32>, <4 x i32>) 10