blob: f811a7404a273037543caeb64305ed076c1dddca [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
Evan Cheng15e8f5a2007-12-15 03:00:47 +00002; RUN: grep movlhps %t | count 1
Eli Friedmane6bb1e52009-06-07 06:52:44 +00003; RUN: grep movq %t | count 2
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
Evan Cheng18950d92008-05-07 22:59:08 +00005define <4 x float> @test1(float %a, float %b) nounwind {
Tanya Lattner632e88a2008-02-21 07:42:26 +00006 %tmp = insertelement <4 x float> zeroinitializer, float %a, i32 0 ; <<4 x float>> [#uses=1]
7 %tmp6 = insertelement <4 x float> %tmp, float 0.000000e+00, i32 1 ; <<4 x float>> [#uses=1]
8 %tmp8 = insertelement <4 x float> %tmp6, float %b, i32 2 ; <<4 x float>> [#uses=1]
9 %tmp9 = insertelement <4 x float> %tmp8, float 0.000000e+00, i32 3 ; <<4 x float>> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010 ret <4 x float> %tmp9
11}
12
Evan Cheng18950d92008-05-07 22:59:08 +000013define <4 x float> @test2(float %a, float %b) nounwind {
Tanya Lattner632e88a2008-02-21 07:42:26 +000014 %tmp = insertelement <4 x float> zeroinitializer, float %a, i32 0 ; <<4 x float>> [#uses=1]
15 %tmp7 = insertelement <4 x float> %tmp, float %b, i32 1 ; <<4 x float>> [#uses=1]
16 %tmp8 = insertelement <4 x float> %tmp7, float 0.000000e+00, i32 2 ; <<4 x float>> [#uses=1]
17 %tmp9 = insertelement <4 x float> %tmp8, float 0.000000e+00, i32 3 ; <<4 x float>> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +000018 ret <4 x float> %tmp9
19}
20
Evan Cheng18950d92008-05-07 22:59:08 +000021define <2 x i64> @test3(i32 %a, i32 %b) nounwind {
Tanya Lattner632e88a2008-02-21 07:42:26 +000022 %tmp = insertelement <4 x i32> zeroinitializer, i32 %a, i32 0 ; <<4 x i32>> [#uses=1]
23 %tmp6 = insertelement <4 x i32> %tmp, i32 %b, i32 1 ; <<4 x i32>> [#uses=1]
24 %tmp8 = insertelement <4 x i32> %tmp6, i32 0, i32 2 ; <<4 x i32>> [#uses=1]
25 %tmp10 = insertelement <4 x i32> %tmp8, i32 0, i32 3 ; <<4 x i32>> [#uses=1]
26 %tmp11 = bitcast <4 x i32> %tmp10 to <2 x i64> ; <<2 x i64>> [#uses=1]
27 ret <2 x i64> %tmp11
Dan Gohmanf17a25c2007-07-18 16:29:46 +000028}