[PATCH 00/11] target/mips: Misc cleanups for September/October 2019

Aleksandar Markovic posted 11 patches 4 years, 7 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1569331602-2586-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aleksandar Markovic <amarkovic@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <arikalo@wavecomp.com>
There is a newer version of this series
target/mips/helper.c     | 132 ++++---
target/mips/helper.h     |  55 ++-
target/mips/internal.h   |  60 ++--
target/mips/kvm_mips.h   |   2 +-
target/mips/mips-defs.h  |  53 +--
target/mips/msa_helper.c | 801 +++++++++++++++++++++++++++++++----------
target/mips/op_helper.c  | 913 +++++++++++++++++++++++++++++++----------------
target/mips/translate.c  | 174 +++++++--
8 files changed, 1562 insertions(+), 628 deletions(-)
[PATCH 00/11] target/mips: Misc cleanups for September/October 2019
Posted by Aleksandar Markovic 4 years, 7 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Mostly cosmetic changes.

Aleksandar Markovic (11):
  target/mips: Clean up helper.c
  target/mips: Clean up internal.h
  target/mips: Clean up kvm_mips.h
  target/mips: Clean up mips-defs.h
  target/mips: Clean up op_helper.c
  target/mips: Clean up translate.c
  target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>
  target/mips: msa: Split helpers for PCNT.<B|H|W|D>
  target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>
  target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.V
  target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>

 target/mips/helper.c     | 132 ++++---
 target/mips/helper.h     |  55 ++-
 target/mips/internal.h   |  60 ++--
 target/mips/kvm_mips.h   |   2 +-
 target/mips/mips-defs.h  |  53 +--
 target/mips/msa_helper.c | 801 +++++++++++++++++++++++++++++++----------
 target/mips/op_helper.c  | 913 +++++++++++++++++++++++++++++++----------------
 target/mips/translate.c  | 174 +++++++--
 8 files changed, 1562 insertions(+), 628 deletions(-)

-- 
2.7.4