1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X32
3 ; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X64
5 define <2 x i64> @t1(<2 x i64> %b1, <2 x i64> %c) nounwind {
8 ; X32-NEXT: psrlw $14, %xmm0
13 ; X64-NEXT: psrlw $14, %xmm0
15 %tmp1 = bitcast <2 x i64> %b1 to <8 x i16>
16 %tmp2 = tail call <8 x i16> @llvm.x86.sse2.psrl.w( <8 x i16> %tmp1, <8 x i16> bitcast (<4 x i32> < i32 14, i32 undef, i32 undef, i32 undef > to <8 x i16>) ) nounwind readnone
17 %tmp3 = bitcast <8 x i16> %tmp2 to <2 x i64>
21 define <4 x i32> @t2(<2 x i64> %b1, <2 x i64> %c) nounwind {
24 ; X32-NEXT: movl $14, %eax
25 ; X32-NEXT: movd %eax, %xmm1
26 ; X32-NEXT: pslld %xmm1, %xmm0
31 ; X64-NEXT: movl $14, %eax
32 ; X64-NEXT: movd %eax, %xmm1
33 ; X64-NEXT: pslld %xmm1, %xmm0
35 %tmp1 = bitcast <2 x i64> %b1 to <4 x i32>
36 %tmp2 = tail call <4 x i32> @llvm.x86.sse2.psll.d( <4 x i32> %tmp1, <4 x i32> < i32 14, i32 undef, i32 undef, i32 undef > ) nounwind readnone
40 declare <8 x i16> @llvm.x86.sse2.psrl.w(<8 x i16>, <8 x i16>) nounwind readnone
41 declare <4 x i32> @llvm.x86.sse2.psll.d(<4 x i32>, <4 x i32>) nounwind readnone