blob: 30453d5266b9f265cf64ee1316a4f62ed7da1821 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep {psrlw \$8, %xmm0}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002target datalayout = "e-p:32:32"
3target triple = "i686-apple-darwin9"
4
5define void @test() {
6 tail call void asm sideeffect "psrlw $0, %xmm0", "X,~{dirflag},~{fpsr},~{flags}"( i32 8 )
7 ret void
8}
9