x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sse2.s
index 6ebbf5c63ba2a65accdb549a42a79a8c1fba87b2..c6375dcb06e96a54293fd9c1c8921d989652550a 100644 (file)
@@ -132,18 +132,26 @@ foo:
        cvttps2dq       %xmm0, %xmm1
        maskmovdqu      %xmm0, %xmm1
        movdqa          %xmm0, %xmm1
-       movdqa          %xmm0, %xmm1
+       movdqa          %xmm0, (%esi)
        movdqu          %xmm0, %xmm1
        movdqu          %xmm0, (%esi)
        movdq2q         %xmm0, %mm1
        movq2dq         %mm0, %xmm1
+       pmuludq         %mm0, %mm1
+       pmuludq         (%eax), %mm1
        pmuludq         %xmm0, %xmm1
-       pmuludq         %xmm0, %xmm1
+       pmuludq         (%eax), %xmm1
        pshufd          $1, %xmm0, %xmm1
        pshufhw         $1, %xmm0, %xmm1
        pshuflw         $1, %xmm0, %xmm1
        pslldq          $1, %xmm0
        psrldq          $1, %xmm0
        punpckhqdq      %xmm0, %xmm1
-
- .p2align 4
+       paddq           %mm1,%mm0
+       paddq           (%eax),%mm0
+       paddq           %xmm1,%xmm0
+       paddq           (%eax),%xmm0
+       psubq           %mm1,%mm0
+       psubq           (%eax),%mm0
+       psubq           %xmm1,%xmm0
+       psubq           (%eax),%xmm0
This page took 0.025531 seconds and 4 git commands to generate.