mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
fc82905b3c
Some test cases, mostly from bug reports. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
181 B
NASM
6 lines
181 B
NASM
;Testname=sm3-64; Arguments=-felf64 -osm3-64.o -O0; Files=stdout stderr sm3-64.o
|
|
BITS 64
|
|
vsm3rnds2 xmm1, xmm2, xmm0, 0
|
|
vsm3msg1 xmm1, xmm2, xmm3
|
|
vsm3msg2 xmm1, xmm2, xmm3
|