qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu v9 0/1] target/riscv: Add Zilsd and Zclsd extension support
@ 2025-06-17  6:29 ~liuxu
  2024-10-08  3:17 ` [PATCH qemu v9 1/1] " ~liuxu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: ~liuxu @ 2025-06-17  6:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alistair Francis, Richard Henderson

Thanks for Alistair's correction on the V8 version.

Now Zclsd has been disabled for the "max" CPU as C and F are already
enabled.

lxx (1):
  target/riscv: Add Zilsd and Zclsd extension support

 target/riscv/cpu.c                        |   4 +
 target/riscv/cpu_cfg_fields.h.inc         |   2 +
 target/riscv/insn16.decode                |   8 ++
 target/riscv/insn32.decode                |  12 ++-
 target/riscv/insn_trans/trans_zilsd.c.inc | 112 ++++++++++++++++++++++
 target/riscv/tcg/tcg-cpu.c                |  32 +++++++
 target/riscv/translate.c                  |   1 +
 7 files changed, 169 insertions(+), 2 deletions(-)
 create mode 100644 target/riscv/insn_trans/trans_zilsd.c.inc

-- 
2.45.3


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

end of thread, other threads:[~2025-07-17 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17  6:29 [PATCH qemu v9 0/1] target/riscv: Add Zilsd and Zclsd extension support ~liuxu
2024-10-08  3:17 ` [PATCH qemu v9 1/1] " ~liuxu
2025-07-04  0:09 ` [PATCH qemu v9 0/1] " Alistair Francis
2025-07-04 10:53 ` Alistair Francis
2025-07-17  9:38   ` liuxu

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