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
Add more 64-bit jump tests
[nasm.git]
/
test
/
xcrypt.asm
blob
59f0dcab4f634041db46d23834c001000f1a9d53
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