qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] target/sh4: Fix ADDV/SUBV opcodes
@ 2024-04-30 14:56 Philippe Mathieu-Daudé
  2024-04-30 14:56 ` [PATCH v3 1/4] target/sh4: Fix ADDV opcode Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-04-30 14:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Yoshinori Sato, Paul Cercueil, John Paul Adrian Glaubitz,
	Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=

Since v2:
- Add tests (Paul)
- Rename TCGv variables as in manual

Philippe Mathieu-Daudé (4):
  target/sh4: Fix ADDV opcode
  target/sh4: Fix SUBV opcode
  target/sh4: Rename TCGv variables as manual for ADDV opcode
  target/sh4: Rename TCGv variables as manual for SUBV opcode

 target/sh4/translate.c        | 32 ++++++++++++++++++++------------
 tests/tcg/sh4/test-addv.c     | 23 +++++++++++++++++++++++
 tests/tcg/sh4/test-subv.c     | 26 ++++++++++++++++++++++++++
 tests/tcg/sh4/Makefile.target |  6 ++++++
 4 files changed, 75 insertions(+), 12 deletions(-)
 create mode 100644 tests/tcg/sh4/test-addv.c
 create mode 100644 tests/tcg/sh4/test-subv.c

-- 
2.41.0



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

end of thread, other threads:[~2024-04-30 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30 14:56 [PATCH v3 0/4] target/sh4: Fix ADDV/SUBV opcodes Philippe Mathieu-Daudé
2024-04-30 14:56 ` [PATCH v3 1/4] target/sh4: Fix ADDV opcode Philippe Mathieu-Daudé
2024-04-30 14:56 ` [PATCH v3 2/4] target/sh4: Fix SUBV opcode Philippe Mathieu-Daudé
2024-04-30 14:56 ` [PATCH v3 3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode Philippe Mathieu-Daudé
2024-04-30 14:56 ` [PATCH v3 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode Philippe Mathieu-Daudé
2024-04-30 15:42 ` [PATCH v3 0/4] target/sh4: Fix ADDV/SUBV opcodes Richard Henderson

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).