repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BR3079550: NASM crash on run-time for OMF output format
[nasm.git]
/
test
/
xcrypt.asm
blob
55a3f5de3c37038c5ce3fe842e371a627015ad7f
1
;Testname=test; Arguments=-fbin -oxcrypt.bin; Files=stdout stderr xcrypt.bin
2
; BR 2029829
3
4
bits
32
5
6
rep
xstore
7
rep
xcryptecb
8
rep
xcryptcbc
9
rep
xcryptctr
10
rep
xcryptcfb
11
rep
xcryptofb
12
rep
montmul
13
rep
xsha1
14
rep
xsha256
15
16
xstore
17
xcryptecb
18
xcryptcbc
19
xcryptctr
20
xcryptcfb
21
xcryptofb
22
montmul
23
xsha1
24
xsha256