xref: /llvm-project/llvm/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll (revision 6b898beb8e6bf5739d43c1d64646264afc595de8)
1; RUN: llc -mtriple=i686-- -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
2; <rdar://problem/10106006>
3
4define void @func() nounwind ssp {
5; CHECK:  psrlw %mm0, %mm1
6entry:
7  call void asm sideeffect "psrlw $0, %mm1", "y,~{dirflag},~{fpsr},~{flags}"(i32 8) nounwind
8  unreachable
9
10bb367:                                            ; preds = %entry
11  ret void
12}
13