1 ; RUN: llc < %s -march=x86 -mattr=+sse2,-sse4.1 | FileCheck --check-prefix=X32 %s
2 ; RUN: llc < %s -march=x86-64 -mattr=+sse2,-sse4.1 | FileCheck --check-prefix=X64 %s
4 define <4 x float> @t1(float %s, <4 x float> %tmp) nounwind {
9 %tmp1 = insertelement <4 x float> %tmp, float %s, i32 3
13 define <4 x i32> @t2(i32 %s, <4 x i32> %tmp) nounwind {
18 %tmp1 = insertelement <4 x i32> %tmp, i32 %s, i32 3
22 define <2 x double> @t3(double %s, <2 x double> %tmp) nounwind {
31 %tmp1 = insertelement <2 x double> %tmp, double %s, i32 1
32 ret <2 x double> %tmp1
35 define <8 x i16> @t4(i16 %s, <8 x i16> %tmp) nounwind {
40 %tmp1 = insertelement <8 x i16> %tmp, i16 %s, i32 5