OpenGrok
Cross Reference: cmpxchg.asm
xref
: /
external
/
chromium_org
/
third_party
/
yasm
/
source
/
patched-yasm
/
modules
/
arch
/
x86
/
tests
/
cmpxchg.asm
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
[bits 64]
2
cmpxchg8b qword [0]
3
cmpxchg8b [0]
4
cmpxchg16b dqword [0]
5
cmpxchg16b [0]
6