Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xmmword.s
index ffe7aca3cb1200ac5f6849e1a41110b084459db1..d21ffa6a7655fd8a6dc19aded590ef9d1edd07eb 100644 (file)
@@ -132,3 +132,15 @@ xmmword:
        vcvtps2uqq      xmm0, xmmword ptr [rax]
        vcvttps2qq      xmm0, xmmword ptr [rax]
        vcvttps2uqq     xmm0, xmmword ptr [rax]
+
+       movq            xmm0, xmmword ptr [eax]
+       vmovq           xmm0, xmmword ptr [eax]
+       {evex} vmovq    xmm0, xmmword ptr [eax]
+
+       movq            xmmword ptr [eax], xmm0
+       vmovq           xmmword ptr [eax], xmm0
+       {evex} vmovq    xmmword ptr [eax], xmm0
+
+       cvtps2pi        mm0, xmmword ptr [eax]
+
+       cvttps2pi       mm0, xmmword ptr [eax]
This page took 0.025753 seconds and 4 git commands to generate.