All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] target/mips: Simplify MSA decodetree
@ 2021-06-17 17:46 Philippe Mathieu-Daudé
  2021-06-17 17:46 ` [PATCH 1/2] target/mips: Remove pointless gen_msa() Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-17 17:46 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Richard Henderson, Aurelien Jarno,
	Philippe Mathieu-Daudé

Merge MSA32 & MSA64.

Philippe Mathieu-Daudé (2):
  target/mips: Remove pointless gen_msa()
  target/mips: Merge msa32/msa64 decodetree definitions

 target/mips/tcg/{msa32.decode => msa.decode} |  8 +++++---
 target/mips/tcg/msa64.decode                 | 17 ----------------
 target/mips/tcg/msa_translate.c              | 21 +++++---------------
 target/mips/tcg/meson.build                  |  3 +--
 4 files changed, 11 insertions(+), 38 deletions(-)
 rename target/mips/tcg/{msa32.decode => msa.decode} (74%)
 delete mode 100644 target/mips/tcg/msa64.decode

-- 
2.31.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-19 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 17:46 [PATCH 0/2] target/mips: Simplify MSA decodetree Philippe Mathieu-Daudé
2021-06-17 17:46 ` [PATCH 1/2] target/mips: Remove pointless gen_msa() Philippe Mathieu-Daudé
2021-06-18 14:56   ` Richard Henderson
2021-06-17 17:46 ` [PATCH 2/2] target/mips: Merge msa32/msa64 decodetree definitions Philippe Mathieu-Daudé
2021-06-18 15:03   ` Richard Henderson
2021-06-19 18:02 ` [PATCH 0/2] target/mips: Simplify MSA decodetree Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.