public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work133-vpair)] Fix insn counts.
Date: Thu, 31 Aug 2023 18:36:48 +0000 (GMT)	[thread overview]
Message-ID: <20230831183648.2E8303858D37@sourceware.org> (raw)

https://gcc.gnu.org/g:0e0f127266f27f0482b7126a352c539bc0276015

commit 0e0f127266f27f0482b7126a352c539bc0276015
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Aug 31 14:36:23 2023 -0400

    Fix insn counts.
    
    2023-08-31  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite/
    
            * gcc.target/powerpc/vector-pair-01.c: Fix insn counts.
            * gcc.target/powerpc/vector-pair-02.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vector-pair-01.c | 36 +++++++++++------------
 gcc/testsuite/gcc.target/powerpc/vector-pair-02.c |  4 +--
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c b/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
index 46c9ce1a8518..da7f30f5ffca 100644
--- a/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
+++ b/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
@@ -154,21 +154,21 @@ test_add_elements (__vector_pair *x)
   return __builtin_vpair_f64_add_elements (*x);
 }
 
-/* { dg-final { scan-assembler-times {\mfadd\|xsadddp\M} 1 } } */
-/* { dg-final { scan-assembler-times {\mlxv\M}           2 } } */
-/* { dg-final { scan-assembler-times {\mlxvp\M}         26 } } */
-/* { dg-final { scan-assembler-times {\mstxvp\M}        14 } } */
-/* { dg-final { scan-assembler-times {\mxvabsdp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxvadddp\M}       3 } } */
-/* { dg-final { scan-assembler-times {\mxvmadd.dp\M}     2 } } */
-/* { dg-final { scan-assembler-times {\mxvmindp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxvmaxdp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxvmsub.dp\M}     2 } } */
-/* { dg-final { scan-assembler-times {\mxvmuldp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxvnabsdp\M}      2 } } */
-/* { dg-final { scan-assembler-times {\mxvnegdp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxvnmadd.dp\M}    2 } } */
-/* { dg-final { scan-assembler-times {\mxvnmsub.dp\M}    2 } } */
-/* { dg-final { scan-assembler-times {\mxvsubdp\M}       2 } } */
-/* { dg-final { scan-assembler-times {\mxxpermdi\M}      2 } } */
-/* { dg-final { scan-assembler-times {\mxxspltb\M}       2 } } */
+/* { dg-final { scan-assembler-times {\mfadd\M\|\mxsadddp\M}     1 } } */
+/* { dg-final { scan-assembler-times {\mlxv\M}                   2 } } */
+/* { dg-final { scan-assembler-times {\mlxvp\M}                 26 } } */
+/* { dg-final { scan-assembler-times {\mstxvp\M}                14 } } */
+/* { dg-final { scan-assembler-times {\mxvabsdp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxvadddp\M}               3 } } */
+/* { dg-final { scan-assembler-times {\mxvmadd.dp\M}             2 } } */
+/* { dg-final { scan-assembler-times {\mxvmindp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxvmaxdp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxvmsub.dp\M}             2 } } */
+/* { dg-final { scan-assembler-times {\mxvmuldp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxvnabsdp\M}              2 } } */
+/* { dg-final { scan-assembler-times {\mxvnegdp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxvnmadd.dp\M}            2 } } */
+/* { dg-final { scan-assembler-times {\mxvnmsub.dp\M}            2 } } */
+/* { dg-final { scan-assembler-times {\mxvsubdp\M}               2 } } */
+/* { dg-final { scan-assembler-times {\mxxpermdi\M}              2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltib\M\|\mxxlxor\M}  2 } } */
diff --git a/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c b/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
index 84b6f13e5011..ff497e5f24ec 100644
--- a/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
+++ b/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
@@ -168,9 +168,9 @@ test_add_elements (__vector_pair *x)
 /* { dg-final { scan-assembler-times {\mxvmsub.sp\M}    2 } } */
 /* { dg-final { scan-assembler-times {\mxvmulsp\M}      2 } } */
 /* { dg-final { scan-assembler-times {\mxvnabssp\M}     2 } } */
-/* { dg-final { scan-assembler-times {\mxvnegdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvnegsp\M}      2 } } */
 /* { dg-final { scan-assembler-times {\mxvnmadd.sp\M}   2 } } */
 /* { dg-final { scan-assembler-times {\mxvnmsub.sp\M}   2 } } */
-/* { dg-final { scan-assembler-times {\mxvsubdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvsubds\M}      2 } } */
 /* { dg-final { scan-assembler-times {\mxxspltb\M}      2 } } */
 /* { dg-final { scan-assembler-times {\mxxspltw\M}      1 } } */

             reply	other threads:[~2023-08-31 18:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 18:36 Michael Meissner [this message]
2023-08-31 19:04 Michael Meissner
2023-08-31 21:08 Michael Meissner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230831183648.2E8303858D37@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).