Created
August 31, 2013 00:23
-
-
Save kumpera/6395464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _InterlockedCompareExchange64: | |
| 00000000 b5f0 push {r4, r5, r6, r7, lr} | |
| 00000002 af03 add r7, sp, #12 | |
| 00000004 4699 mov r9, r3 | |
| 00000006 4694 mov ip, r2 | |
| 00000008 468e mov lr, r1 | |
| 0000000a 68bd ldr r5, [r7, #8] | |
| 0000000c 4604 mov r4, r0 | |
| 0000000e f3bf8f5b dmb ish | |
| 00000012 e8d4237f ldrexd r2, r3, [r4] | |
| 00000016 454a cmp r2, r9 | |
| 00000018 bf08 it eq | |
| 0000001a 42ab cmpeq r3, r5 | |
| 0000001c d105 bne.n 0x2a | |
| 0000001e 4670 mov r0, lr | |
| 00000020 4661 mov r1, ip | |
| 00000022 e8c40176 strexd r6, r0, r1, [r4] | |
| 00000026 2e00 cmp r6, #0 | |
| 00000028 d1f3 bne.n 0x12 | |
| 0000002a 4610 mov r0, r2 | |
| 0000002c 4619 mov r1, r3 | |
| 0000002e f3bf8f5b dmb ish | |
| 00000032 bdf0 pop {r4, r5, r6, r7, pc} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment