You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
362 B
12 lines
362 B
; RUN: llc < %s -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
|
|
}
|