[PATCH 0/2] target/mips: Rearrange handling of vector compare instructions

Filip Bozuta posted 2 patches 4 years, 6 months ago
Test docker-quick@centos7 passed
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1571837825-24438-1-git-send-email-Filip.Bozuta@rt-rk.com
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/msa_helper.c | 160 +++++++++++++++++++++++++++++------------------
1 file changed, 100 insertions(+), 60 deletions(-)
[PATCH 0/2] target/mips: Rearrange handling of vector compare instructions
Posted by Filip Bozuta 4 years, 6 months ago
Simplify instructions by removing unnecessary argument and creating separate
comparing functions for each instruction.

Filip Bozuta (2):
  target/mips: Rearrange vector compare equal instructions
  target/mips: Rearrange vector compare less than (signed) instructions

 target/mips/msa_helper.c | 160 +++++++++++++++++++++++++++++------------------
 1 file changed, 100 insertions(+), 60 deletions(-)

-- 
2.7.4


Re: [PATCH 0/2] target/mips: Rearrange handling of vector compare instructions
Posted by Aleksandar Markovic 4 years, 6 months ago
On Wednesday, October 23, 2019, Filip Bozuta <Filip.Bozuta@rt-rk.com> wrote:

> Simplify instructions by removing unnecessary argument and creating
> separate
> comparing functions for each instruction.
>
> Filip Bozuta (2):
>   target/mips: Rearrange vector compare equal instructions
>   target/mips: Rearrange vector compare less than (signed) instructions
>
>  target/mips/msa_helper.c | 160 +++++++++++++++++++++++++++++-
> -----------------
>  1 file changed, 100 insertions(+), 60 deletions(-)



Welcome to QEMU open source community, Filip!

This series looks good. I may do just some minor corrections in commit
messages, I'll do it while applying, you don't need to do anything.

Hope you'll do more refactoring like this in future!

Aleksandar



>
> --
> 2.7.4
>
>
>