[RFC PATCH v4 0/2] target/mips: Translate MSA vector load/store opcodes

Philippe Mathieu-Daudé posted 2 patches 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260414213108.66786-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>
There is a newer version of this series
target/mips/tcg/msa_helper.h.inc |   9 --
target/mips/tcg/msa_helper.c     | 173 -------------------------------
target/mips/tcg/msa_translate.c  |  96 ++++++++++++++---
3 files changed, 84 insertions(+), 194 deletions(-)
[RFC PATCH v4 0/2] target/mips: Translate MSA vector load/store opcodes
Posted by Philippe Mathieu-Daudé 2 weeks, 1 day ago
Hi Richard,

I tried to implement your suggestion from v3 [*]. Unfortunately
the box where I had the MSA test suite got erased, so it will
take me some time to restore the setup. I was surprised these
patches pass our CI tests so I added a pair of abort() which
didn't fire, so this code path isn't tested at all there.
Anyhow, do you mind having a quick look to see this is going
in the right direction?

Thanks!

Phil.

[*] https://lore.kernel.org/qemu-devel/2680c481-088b-4366-abc3-7d48d90db0b5@linaro.org/

Philippe Mathieu-Daudé (2):
  target/mips: Translate MSA vector load opcode (LD.df)
  target/mips: Translate MSA vector store opcode (ST.df)

 target/mips/tcg/msa_helper.h.inc |   9 --
 target/mips/tcg/msa_helper.c     | 173 -------------------------------
 target/mips/tcg/msa_translate.c  |  96 ++++++++++++++---
 3 files changed, 84 insertions(+), 194 deletions(-)

-- 
2.53.0