i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xmmword.s
index 47d2d8d595807001705940dd7e91697d61f3228b..d21ffa6a7655fd8a6dc19aded590ef9d1edd07eb 100644 (file)
@@ -127,3 +127,20 @@ xmmword:
        vpmovzxwq       xmm0{k7}, xmmword ptr [eax]
        vpmovzxwq       ymm0, xmmword ptr [eax]
        vpmovzxwq       ymm0{k7}, xmmword ptr [eax]
+
+       vcvtps2qq       xmm0, xmmword ptr [rax]
+       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.025271 seconds and 4 git commands to generate.