qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu v2 0/1] target/riscv: Add Zilsd and Zcmlsd extension support
@ 2024-07-12  3:32 ~liuxu
  2024-07-11  8:05 ` [PATCH qemu v2 1/1] " ~liuxu
  0 siblings, 1 reply; 3+ messages in thread
From: ~liuxu @ 2024-07-12  3:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alistair Francis, Richard Henderson

In this version of the patch:
1. Adjusted the code formatting issue
2. Optimize the processing of all instructions

lxx (1):
  target/riscv: Add Zilsd and Zcmlsd 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_zcmlsd.c.inc | 91 +++++++++++++++++++++
 target/riscv/insn_trans/trans_zilsd.c.inc  | 94 ++++++++++++++++++++++
 target/riscv/tcg/tcg-cpu.c                 | 13 +++
 target/riscv/translate.c                   |  2 +
 8 files changed, 224 insertions(+), 2 deletions(-)
 create mode 100644 target/riscv/insn_trans/trans_zcmlsd.c.inc
 create mode 100644 target/riscv/insn_trans/trans_zilsd.c.inc

-- 
2.43.4


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

end of thread, other threads:[~2024-07-24  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12  3:32 [PATCH qemu v2 0/1] target/riscv: Add Zilsd and Zcmlsd extension support ~liuxu
2024-07-11  8:05 ` [PATCH qemu v2 1/1] " ~liuxu
2024-07-24  3:06   ` 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).