mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
new testcase
llvm-svn: 35323
This commit is contained in:
parent
b19069959d
commit
6aa707f1b2
11
test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Normal file
11
test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
define i32 @test(i16 %tmp40414244) {
|
||||
%tmp48 = call i32 asm sideeffect "inl ${1:w}, $0", "={ax},N{dx},~{dirflag},~{fpsr},~{flags}"( i16 %tmp40414244 )
|
||||
ret i32 %tmp48
|
||||
}
|
||||
|
||||
define i32 @test2(i16 %tmp40414244) {
|
||||
%tmp48 = call i32 asm sideeffect "inl ${1:w}, $0", "={ax},N{dx},~{dirflag},~{fpsr},~{flags}"( i16 14 )
|
||||
ret i32 %tmp48
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user