repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
2007-03-24-InlineAsmXConstraint.ll
blob
30453d5266b9f265cf64ee1316a4f62ed7da1821
1
; RUN: llc < %s -march=x86 | grep {psrlw \$8, %xmm0}
2
target datalayout = "e-p:32:32"
3
target triple = "i686-apple-darwin9"
4
5
define void @test() {
6
tail call void asm sideeffect "psrlw $0, %xmm0", "X,~{dirflag},~{fpsr},~{flags}"( i32 8 )
7
ret void
8
}
9