qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
To: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Cc: aleksandar.rikalo@syrmia.com, QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH v8 00/14] target/mips: MSA, FPU and other cleanups and improvements
Date: Mon, 15 Jun 2020 21:14:07 +0200	[thread overview]
Message-ID: <CAL1e-=iz6t_Q41Me-d+4SJjWd7QeUyiEDa9TWcRunh8CQppsjA@mail.gmail.com> (raw)
In-Reply-To: <20200613152133.8964-1-aleksandar.qemu.devel@gmail.com>

On Sat, Jun 13, 2020 at 5:22 PM Aleksandar Markovic
<aleksandar.qemu.devel@gmail.com> wrote:
>
> This series contains some patches that split heprers in msa_helper.c.
> It will make easier for debugging tools to display involved source
> code, and also introduces some modest performance improvements gains
> for all involved MSA instructions.
>

Applied to MIPS+misc queue.

> v7->v8:
>
>   - added six new demacroing patches
>
> v6->v7:
>
>   - excluded patches that have been already upstreamed
>   - added six new demacroing patches
>
> v5->v6:
>
>   - excluded a patch that was included by mistake
>
> v4->v5:
>
>   - corrected some spelling and style mistakes in commit messages
>   - added changing MAINTAINERS too while renaming files
>   - added two patches on splitting helpers in msa_helper.c
>
> v3->v4:
>
>   - corrected some spelling and style mistakes in commit messages
>   - added a patch on renaming some files in hw/mips
>
> v2->v3:
>
>   - changed Malta patch to perform logging
>   - added change of Aleksandar Rikalo's email
>
> v1->v2:
>
>   - added more demacroing
>
> Aleksandar Markovic (14):
>   target/mips: msa: Split helpers for MADDV.<B|H|W|D>
>   target/mips: msa: Split helpers for MSUBV.<B|H|W|D>
>   target/mips: msa: Split helpers for DPADD_S.<H|W|D>
>   target/mips: msa: Split helpers for DPADD_U.<H|W|D>
>   target/mips: msa: Split helpers for DPSUB_S.<H|W|D>
>   target/mips: msa: Split helpers for DPSUB_U.<H|W|D>
>   target/mips: msa: Split helpers for DOTP_S.<H|W|D>
>   target/mips: msa: Split helpers for DOTP_U.<H|W|D>
>   target/mips: msa: Split helpers for SUBS_S.<B|H|W|D>
>   target/mips: msa: Split helpers for SUBS_U.<B|H|W|D>
>   target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D>
>   target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D>
>   target/mips: msa: Split helpers for SUBV.<B|H|W|D>
>   target/mips: msa: Split helpers for MULV.<B|H|W|D>
>
>  target/mips/helper.h     |   73 ++-
>  target/mips/msa_helper.c | 1296 ++++++++++++++++++++++++++++++--------
>  target/mips/translate.c  |  200 +++++-
>  3 files changed, 1271 insertions(+), 298 deletions(-)
>
> --
> 2.20.1
>
>


      parent reply	other threads:[~2020-06-15 19:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13 15:21 [PATCH v8 00/14] target/mips: MSA, FPU and other cleanups and improvements Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 01/14] target/mips: msa: Split helpers for MADDV.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 02/14] target/mips: msa: Split helpers for MSUBV.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 03/14] target/mips: msa: Split helpers for DPADD_S.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 04/14] target/mips: msa: Split helpers for DPADD_U.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 05/14] target/mips: msa: Split helpers for DPSUB_S.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 06/14] target/mips: msa: Split helpers for DPSUB_U.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 07/14] target/mips: msa: Split helpers for DOTP_S.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 08/14] target/mips: msa: Split helpers for DOTP_U.<H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 09/14] target/mips: msa: Split helpers for SUBS_S.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 10/14] target/mips: msa: Split helpers for SUBS_U.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 11/14] target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 12/14] target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 13/14] target/mips: msa: Split helpers for SUBV.<B|H|W|D> Aleksandar Markovic
2020-06-13 15:21 ` [PATCH v8 14/14] target/mips: msa: Split helpers for MULV.<B|H|W|D> Aleksandar Markovic
2020-06-15 10:16 ` [PATCH v8 00/14] target/mips: MSA, FPU and other cleanups and improvements Aleksandar Rikalo
2020-06-15 19:14 ` Aleksandar Markovic [this message]

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='CAL1e-=iz6t_Q41Me-d+4SJjWd7QeUyiEDa9TWcRunh8CQppsjA@mail.gmail.com' \
    --to=aleksandar.m.mail@gmail.com \
    --cc=aleksandar.qemu.devel@gmail.com \
    --cc=aleksandar.rikalo@syrmia.com \
    --cc=qemu-devel@nongnu.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 NNTP newsgroup(s).