gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sse2.s
index c9971626bda3c53018550019abc6e46329dab25c..c6375dcb06e96a54293fd9c1c8921d989652550a 100644 (file)
@@ -125,25 +125,33 @@ foo:
        cvtdq2ps        %xmm0, %xmm1
        cvtpd2ps        %xmm0, %xmm1
        cvtps2pd        %xmm0, %xmm1
-       cvtps2dq        %xmm0, %mm1
+       cvtps2dq        %xmm0, %xmm1
        cvtsd2ss        %xmm0, %xmm1
        cvtss2sd        %xmm0, %xmm1
        cvttpd2dq       %xmm0, %xmm1
        cvttps2dq       %xmm0, %xmm1
        maskmovdqu      %xmm0, %xmm1
        movdqa          %xmm0, %xmm1
-       movdqa          %xmm0, %xmm1
-       movdqu          %xmm0, %xmm1
+       movdqa          %xmm0, (%esi)
        movdqu          %xmm0, %xmm1
-       movdq2q         %mm0, %xmm1
-       movq2dq         %xmm0, %mm1
-       pmuludq         %xmm0, %xmm1
+       movdqu          %xmm0, (%esi)
+       movdq2q         %xmm0, %mm1
+       movq2dq         %mm0, %xmm1
+       pmuludq         %mm0, %mm1
+       pmuludq         (%eax), %mm1
        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.025221 seconds and 4 git commands to generate.