Set __PASS__ to 3 for preprocess only
[nasm.git] / test / xcrypt.asm
blob59f0dcab4f634041db46d23834c001000f1a9d53
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