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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2007-04-27-InlineAsm-X-Dest.ll
blob
0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb
1
; RUN: llvm-as < %s | llc
2
3
; Test that we can have an "X" output constraint.
4
5
define void @test(i16 * %t) {
6
call void asm sideeffect "foo $0", "=*X,~{dirflag},~{fpsr},~{flags},~{memory}"( i16* %t )
7
ret void
8
}