mbox series

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

Message ID 20200612165907.1272-1-aleksandar.qemu.devel@gmail.com
Headers show
Series target/mips: MSA, FPU and other cleanups and improvements | expand

Message

Aleksandar Markovic June 12, 2020, 4:58 p.m. UTC
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(-)