qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] target/mips: Reintroduce the R5900 CPU
@ 2021-03-12 16:24 Philippe Mathieu-Daudé
  2021-03-12 16:24 ` [PATCH v3 1/5] target/mips/tx79: Introduce LQ opcode (Load Quadword) Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-12 16:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fredrik Noring, Richard Henderson, Aleksandar Rikalo,
	Philippe Mathieu-Daudé, Aurelien Jarno, Maciej W . Rozycki

I'm running out of time to address Richard's comments on the new
opcodes, so let's KISS and only fix RDHWR (after adding LQ/SQ).

Missing review: 3 & 5
- target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
- tests/tcg/mips: Test user mode DMULT for the R5900

Based-on: mips-next
Supersedes: <20210309145653.743937-1-f4bug@amsat.org>

Fredrik Noring (1):
  tests/tcg/mips: Test user mode DMULT for the R5900

Philippe Mathieu-Daudé (4):
  target/mips/tx79: Introduce LQ opcode (Load Quadword)
  target/mips/tx79: Introduce SQ opcode (Store Quadword)
  target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
  target/mips: Reintroduce the R5900 CPU

 target/mips/tx79.decode           | 12 ++++
 target/mips/translate.c           | 72 +-----------------------
 target/mips/tx79_translate.c      | 93 +++++++++++++++++++++++++++++++
 tests/tcg/mips/test-r5900-dmult.c | 40 +++++++++++++
 target/mips/cpu-defs.c.inc        | 59 ++++++++++++++++++++
 tests/tcg/mips/Makefile.target    | 11 +++-
 6 files changed, 214 insertions(+), 73 deletions(-)
 create mode 100644 tests/tcg/mips/test-r5900-dmult.c

-- 
2.26.2



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

end of thread, other threads:[~2021-07-11 20:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-12 16:24 [PATCH v3 0/5] target/mips: Reintroduce the R5900 CPU Philippe Mathieu-Daudé
2021-03-12 16:24 ` [PATCH v3 1/5] target/mips/tx79: Introduce LQ opcode (Load Quadword) Philippe Mathieu-Daudé
2021-03-12 16:24 ` [PATCH v3 2/5] target/mips/tx79: Introduce SQ opcode (Store Quadword) Philippe Mathieu-Daudé
2021-03-12 16:24 ` [PATCH v3 3/5] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ() Philippe Mathieu-Daudé
2021-03-12 18:40   ` Fredrik Noring
2021-03-12 16:24 ` [PATCH v3 4/5] target/mips: Reintroduce the R5900 CPU Philippe Mathieu-Daudé
2021-03-12 16:24 ` [PATCH v3 5/5] tests/tcg/mips: Test user mode DMULT for the R5900 Philippe Mathieu-Daudé
2021-07-11 20:27 ` [PATCH v3 0/5] target/mips: Reintroduce the R5900 CPU 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).