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.00rc3
[nasm/avx512.git]
/
test
/
larlsl.asm
blob
c3c12997cd07bf9efb70e68c6ac854ae4447bd98
1
bits
64
2
3
lar
ax
,
bx
4
lar
ax
,[
rsi
]
5
lar
ax
,
word
[
rsi
]
6
lar
eax
,
bx
7
lar
eax
,[
rsi
]
8
lar
eax
,
word
[
rsi
]
9
lar
rax
,
bx
10
lar
rax
,[
rsi
]
11
lar
rax
,
word
[
rsi
]
12
13
lsl
ax
,
bx
14
lsl
ax
,[
rsi
]
15
lsl
ax
,
word
[
rsi
]
16
lsl
eax
,
bx
17
lsl
eax
,[
rsi
]
18
lsl
eax
,
word
[
rsi
]
19
lsl
rax
,
bx
20
lsl
rax
,[
rsi
]
21
lsl
rax
,
word
[
rsi
]