From: Aleksandar Markovic <amarko...@wavecomp.com> The following changes since commit 95e9d74fe4281f7ad79a5a7511400541729aa44a:
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190930' into staging (2019-09-30 14:21:56 +0100) are available in the git repository at: https://github.com/AMarkovic/qemu tags/mips-queue-oct-01-2019 for you to fetch changes up to 0a1bb9127ba66c093d5af395ea2630b06b929011: target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.V (2019-10-01 16:58:45 +0200) ---------------------------------------------------------------- MIPS queue for October 1st, 2019 Highlights: - mostly cleanups related to "checkpatch.pl -f" - slight optimization of handling of some MSA instructions ---------------------------------------------------------------- Aleksandar Markovic (18): target/mips: Clean up internal.h target/mips: Clean up kvm_mips.h target/mips: Clean up mips-defs.h 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: msa: Split helpers for AVE_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for AVER_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for CEQ.<B|H|W|D> target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D> target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D> target/mips: msa: Simplify and move helper for MOVE.V target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.V target/mips/helper.h | 144 ++- target/mips/internal.h | 60 +- target/mips/kvm_mips.h | 2 +- target/mips/mips-defs.h | 58 +- target/mips/msa_helper.c | 2163 ++++++++++++++++++++++++++++++++++++---------- target/mips/translate.c | 421 +++++++-- 6 files changed, 2254 insertions(+), 594 deletions(-) -- 2.7.4