Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/2008-09-17-inline-asm-1.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
comparison
equal
deleted
inserted
replaced
84:f3e34b893a5f | 95:afa8332a0e37 |
---|---|
17 target triple = "i386-apple-darwin8" | 17 target triple = "i386-apple-darwin8" |
18 @x = common global i32 0 | 18 @x = common global i32 0 |
19 | 19 |
20 define i32 @aci(i32* %pw) nounwind { | 20 define i32 @aci(i32* %pw) nounwind { |
21 entry: | 21 entry: |
22 %0 = load i32* @x, align 4 | 22 %0 = load i32, i32* @x, align 4 |
23 %asmtmp = tail call { i32, i32 } asm "movl $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{ax},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind | 23 %asmtmp = tail call { i32, i32 } asm "movl $0, %eax\0A\090:\0A\09test %eax, %eax\0A\09je 1f\0A\09movl %eax, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{ax},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind |
24 %asmtmp2 = tail call { i32, i32 } asm "movl $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{dx},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind | 24 %asmtmp2 = tail call { i32, i32 } asm "movl $0, %edx\0A\090:\0A\09test %edx, %edx\0A\09je 1f\0A\09movl %edx, $2\0A\09incl $2\0A\09lock\0A\09cmpxchgl $2, $0\0A\09jne 0b\0A\091:", "=*m,=&{dx},=&r,*m,~{dirflag},~{fpsr},~{flags},~{memory},~{cc}"(i32* %pw, i32* %pw) nounwind |
25 %asmresult2 = extractvalue { i32, i32 } %asmtmp, 0 | 25 %asmresult2 = extractvalue { i32, i32 } %asmtmp, 0 |
26 %asmresult3 = extractvalue { i32, i32 } %asmtmp2, 0 | 26 %asmresult3 = extractvalue { i32, i32 } %asmtmp2, 0 |
27 %1 = add i32 %asmresult2, %asmresult3 | 27 %1 = add i32 %asmresult2, %asmresult3 |