From: ~liuxu <liuxu@git.sr.ht>
To: qemu-devel@nongnu.org
Cc: Alistair Francis <alistair23@gmail.com>,
Richard Henderson <richard.henderson@linaro.org>
Subject: [PATCH qemu v2 0/1] target/riscv: Add Zilsd and Zcmlsd extension support
Date: Fri, 12 Jul 2024 03:32:39 +0000 [thread overview]
Message-ID: <172075515999.22382.15550760745449625636-0@git.sr.ht> (raw)
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
next reply other threads:[~2024-07-12 3:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-12 3:32 ~liuxu [this message]
2024-07-11 8:05 ` [PATCH qemu v2 1/1] target/riscv: Add Zilsd and Zcmlsd extension support ~liuxu
2024-07-24 3:06 ` Alistair Francis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=172075515999.22382.15550760745449625636-0@git.sr.ht \
--to=liuxu@git.sr.ht \
--cc=alistair23@gmail.com \
--cc=liuxu@nucleisys.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).