source: proiecte/swift/trunk/lib/hoard-371/src/heaplayers/util/x86_64-interchange.il @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 78 bytes
Line 
1.inline MyInterlockedExchange,0
2 
3movq %rsi,%rax
4lock
5xchgq %rax,(%rdi)
6
7.end
Note: See TracBrowser for help on using the repository browser.