[PATCH v7 0/8] target/mips: MSA, FPU and other cleanups and improvements

Aleksandar Markovic posted 8 patches 3 years, 10 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200612165907.1272-1-aleksandar.qemu.devel@gmail.com
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Aurelien Jarno <aurelien@aurel32.net>
There is a newer version of this series
target/mips/helper.h     |  37 ++-
target/mips/msa_helper.c | 580 ++++++++++++++++++++++++++++++++-------
target/mips/translate.c  | 110 +++++++-
3 files changed, 603 insertions(+), 124 deletions(-)
[PATCH v7 0/8] target/mips: MSA, FPU and other cleanups and improvements
Posted by Aleksandar Markovic 3 years, 10 months ago
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.

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 (8):
  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/helper.h     |  37 ++-
 target/mips/msa_helper.c | 580 ++++++++++++++++++++++++++++++++-------
 target/mips/translate.c  | 110 +++++++-
 3 files changed, 603 insertions(+), 124 deletions(-)

-- 
2.20.1