qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu v4 0/1] target/riscv: Add Zilsd and Zclsd extension support
@ 2024-08-16  7:30 ~liuxu
  2024-08-16  6:41 ` [PATCH qemu v4 1/1] " ~liuxu
  0 siblings, 1 reply; 3+ messages in thread
From: ~liuxu @ 2024-08-16  7:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alistair Francis, Richard Henderson

Last reply: https://lists.gnu.org/archive/html/qemu-
devel/2024-08/msg01631.html

This version no longer separates the implementation of Zilsd and Zclsd
extensions.

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

 target/riscv/cpu.c                        |   4 +
 target/riscv/cpu_cfg.h                    |   2 +
 target/riscv/insn16.decode                |   8 ++
 target/riscv/insn32.decode                |  12 +-
 target/riscv/insn_trans/trans_zilsd.c.inc | 128 ++++++++++++++++++++++
 target/riscv/tcg/tcg-cpu.c                |  16 +++
 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.2


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

end of thread, other threads:[~2024-08-16  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16  7:30 [PATCH qemu v4 0/1] target/riscv: Add Zilsd and Zclsd extension support ~liuxu
2024-08-16  6:41 ` [PATCH qemu v4 1/1] " ~liuxu
2024-08-16  8:02   ` 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).