Browse Source

Add a new test case for pmuludq

David Bullado 5 years ago
parent
commit
15058430f0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/nasm/pmuludq.asm

+ 3 - 0
tests/nasm/pmuludq.asm

@@ -37,4 +37,7 @@ qword1:
 	pshufd     xmm1, xmm1, 0
 	pmuludq    xmm1, xmm1
 
+	movd	   xmm2, [dword4]
+	pmuludq    xmm2, xmm1
+
 %include "footer.inc"