qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu v11 0/1] target/riscv: Add Zilsd and Zclsd extension support
@ 2025-10-27  6:59 ~liuxu
  2025-08-25  9:58 ` [PATCH qemu v11 1/1] " ~liuxu
  2025-11-12  4:00 ` [PATCH qemu v11 0/1] " Alistair Francis
  0 siblings, 2 replies; 3+ messages in thread
From: ~liuxu @ 2025-10-27  6:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alistair Francis, Richard Henderson

This version has added a SPDX-License-Identifier.

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 | 105 ++++++++++++++++++++++
 target/riscv/tcg/tcg-cpu.c                |  33 +++++++
 target/riscv/translate.c                  |   1 +
 7 files changed, 163 insertions(+), 2 deletions(-)
 create mode 100644 target/riscv/insn_trans/trans_zilsd.c.inc

-- 
2.49.1


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

end of thread, other threads:[~2025-11-12  4:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  6:59 [PATCH qemu v11 0/1] target/riscv: Add Zilsd and Zclsd extension support ~liuxu
2025-08-25  9:58 ` [PATCH qemu v11 1/1] " ~liuxu
2025-11-12  4:00 ` [PATCH qemu v11 0/1] " Alistair Francis

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