All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-6.2 0/4] target/mips: Decodetree housekeeping
@ 2021-08-01 23:41 Philippe Mathieu-Daudé
  2021-08-01 23:41 ` [PATCH-for-6.2 1/4] target/mips: Simpify PREF opcode Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-01 23:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aleksandar Rikalo, Aurelien Jarno, Philippe Mathieu-Daudé

Minor cleanups while looking at converting more opcodes to decodetree.

Philippe Mathieu-Daudé (4):
  target/mips: Simpify PREF opcode
  target/mips: Decode vendor extensions before MIPS ISAs
  target/mips: Merge 32-bit/64-bit release6 decodetree definitions
  target/mips: Rename 'rtype' as 'r'

 target/mips/tcg/mips64r6.decode               | 27 --------
 target/mips/tcg/msa.decode                    |  4 +-
 .../mips/tcg/{mips32r6.decode => rel6.decode} | 17 ++++-
 target/mips/tcg/tx79.decode                   | 14 ++---
 target/mips/tcg/msa_translate.c               |  4 +-
 target/mips/tcg/rel6_translate.c              | 20 +++---
 target/mips/tcg/translate.c                   | 16 +++--
 target/mips/tcg/tx79_translate.c              | 62 +++++++++----------
 target/mips/tcg/meson.build                   |  3 +-
 9 files changed, 72 insertions(+), 95 deletions(-)
 delete mode 100644 target/mips/tcg/mips64r6.decode
 rename target/mips/tcg/{mips32r6.decode => rel6.decode} (64%)

-- 
2.31.1



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

end of thread, other threads:[~2021-08-06 20:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 23:41 [PATCH-for-6.2 0/4] target/mips: Decodetree housekeeping Philippe Mathieu-Daudé
2021-08-01 23:41 ` [PATCH-for-6.2 1/4] target/mips: Simpify PREF opcode Philippe Mathieu-Daudé
2021-08-02 19:07   ` Richard Henderson
2021-08-01 23:42 ` [PATCH-for-6.2 2/4] target/mips: Decode vendor extensions before MIPS ISAs Philippe Mathieu-Daudé
2021-08-02 19:08   ` Richard Henderson
2021-08-01 23:42 ` [PATCH-for-6.2 3/4] target/mips: Merge 32-bit/64-bit release6 decodetree definitions Philippe Mathieu-Daudé
2021-08-02 19:09   ` Richard Henderson
2021-08-01 23:42 ` [PATCH-for-6.2 4/4] target/mips: Rename 'rtype' as 'r' Philippe Mathieu-Daudé
2021-08-02 19:38   ` Richard Henderson
2021-08-06 20:51 ` [PATCH-for-6.2 0/4] target/mips: Decodetree housekeeping 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.