repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NASM 2.10rc15
[nasm/avx512.git]
/
test
/
hle.asm
blob
e93b0b9173380c7e31f2c39371c4273431ae0658
1
bits
32
2
3
xacquire
lock add
[
esi
],
eax
4
xacquire
xchg
[
eax
],
ebx
5
xrelease
lock mov
[
eax
],
ecx
6
xrelease
mov
[
eax
],
ecx
7
xacquire
add
ecx
,[
eax
]
8
xrelease
mov
[
eax
],
ecx
9
10
; Different opcodes!
11
mov
[
sym
],
eax
12
xrelease
mov
[
sym
],
eax
13
xacquire
mov
[
sym
],
eax
14
15
sym
dd
0