NASM-2.09.10
[nasm.git] / test / xcrypt.asm
blob55a3f5de3c37038c5ce3fe842e371a627015ad7f
1 ;Testname=test; Arguments=-fbin -oxcrypt.bin; Files=stdout stderr xcrypt.bin
2 ; BR 2029829
4 bits 32
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
16 xstore
17 xcryptecb
18 xcryptcbc
19 xcryptctr
20 xcryptcfb
21 xcryptofb
22 montmul
23 xsha1
24 xsha256