]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/sse2.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / i386 / sse2.s
index edb79fcba3530b540f9900a3f042ced251df7447..c6375dcb06e96a54293fd9c1c8921d989652550a 100644 (file)
@@ -137,13 +137,21 @@ foo:
        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