qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree
@ 2021-08-08 17:30 Philippe Mathieu-Daudé
  2021-08-08 17:30 ` [PATCH-for-6.2 v3 1/7] target/mips: Introduce generic TRANS() macro for decodetree helpers Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-08 17:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Richard Henderson, Philippe Mathieu-Daudé,
	Matheus Ferst, Aurelien Jarno

Missing review: #1

Trivial conversion, few more lines moved out of the huge translate.c.

Since v2:
- Move TRANS() to translate.h (rth)

Since v1:
- Use TRANS() macro from ppc/translate.c, per rth's comment:
  https://www.mail-archive.com/qemu-devel@nongnu.org/msg827660.html

Philippe Mathieu-Daudé (7):
  target/mips: Introduce generic TRANS() macro for decodetree helpers
  target/mips: Extract NEC Vr54xx helper definitions
  target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c
  target/mips: Introduce decodetree structure for NEC Vr54xx extension
  target/mips: Convert Vr54xx MACC* opcodes to decodetree
  target/mips: Convert Vr54xx MUL* opcodes to decodetree
  target/mips: Convert Vr54xx MSA* opcodes to decodetree

 target/mips/helper.h                |  18 +---
 target/mips/tcg/translate.h         |   9 ++
 target/mips/tcg/vr54xx_helper.h.inc |  24 +++++
 target/mips/tcg/vr54xx.decode       |  27 ++++++
 target/mips/tcg/op_helper.c         | 118 -----------------------
 target/mips/tcg/translate.c         |  98 +------------------
 target/mips/tcg/vr54xx_helper.c     | 142 ++++++++++++++++++++++++++++
 target/mips/tcg/vr54xx_translate.c  |  72 ++++++++++++++
 target/mips/tcg/meson.build         |   3 +
 9 files changed, 285 insertions(+), 226 deletions(-)
 create mode 100644 target/mips/tcg/vr54xx_helper.h.inc
 create mode 100644 target/mips/tcg/vr54xx.decode
 create mode 100644 target/mips/tcg/vr54xx_helper.c
 create mode 100644 target/mips/tcg/vr54xx_translate.c

-- 
2.31.1



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

end of thread, other threads:[~2021-08-15 13:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-08 17:30 [PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx to decodetree Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 1/7] target/mips: Introduce generic TRANS() macro for decodetree helpers Philippe Mathieu-Daudé
2021-08-09 19:26   ` Richard Henderson
2021-08-08 17:30 ` [PATCH-for-6.2 v3 2/7] target/mips: Extract NEC Vr54xx helper definitions Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 3/7] target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 4/7] target/mips: Introduce decodetree structure for NEC Vr54xx extension Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 5/7] target/mips: Convert Vr54xx MACC* opcodes to decodetree Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 6/7] target/mips: Convert Vr54xx MUL* " Philippe Mathieu-Daudé
2021-08-08 17:30 ` [PATCH-for-6.2 v3 7/7] target/mips: Convert Vr54xx MSA* " Philippe Mathieu-Daudé
2021-08-15 13:00 ` [PATCH-for-6.2 v3 0/7] target/mips: Convert NEC Vr54xx " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).