mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
df2896d609
llvm-svn: 81290
9 lines
328 B
LLVM
9 lines
328 B
LLVM
; RUN: llc < %s -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -o - | grep punpckldq
|
|
|
|
define <2 x i32> @mmx_movzl(<2 x i32> %x) nounwind {
|
|
entry:
|
|
%tmp3 = insertelement <2 x i32> %x, i32 32, i32 0 ; <<2 x i32>> [#uses=1]
|
|
%tmp8 = insertelement <2 x i32> %tmp3, i32 0, i32 1 ; <<2 x i32>> [#uses=1]
|
|
ret <2 x i32> %tmp8
|
|
}
|