qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for (ratified) Zacas extension
@ 2023-12-07 15:32 Rob Bradford
  2023-12-07 15:32 ` [PATCH 1/2] target/riscv: Add support for " Rob Bradford
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rob Bradford @ 2023-12-07 15:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, atishp, palmer, alistair.francis, bin.meng, liwei1518,
	dbarboza, zhiwei_liu, Rob Bradford

The Zacas extension is now ratified:
https://github.com/riscv/riscv-zacas

This series uses a patch from Weiwei Li from:
https://github.com/plctlab/plct-qemu/tree/plct-zacas-dev with the
following changes:

* Fixed destination register (looks like a copy and paste error),
* Fixed extension name enabling,
* Minor coding style fixes,
* Updated for new extension handling & cpu.h header split.

This patch was mentioned on the list here:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg970280.html

The series was tested against riscv-tests from the following PR:
https://github.com/riscv-software-src/riscv-tests/pull/492

Rob Bradford (1):
  disas/riscv: Add amocas.[w,d,q] instructions

Weiwei Li (1):
  target/riscv: Add support for Zacas extension

 disas/riscv.c                               |   9 ++
 target/riscv/cpu.c                          |   2 +
 target/riscv/cpu_cfg.h                      |   1 +
 target/riscv/insn32.decode                  |   6 +
 target/riscv/insn_trans/trans_rvzacas.c.inc | 150 ++++++++++++++++++++
 target/riscv/tcg/tcg-cpu.c                  |   5 +
 target/riscv/translate.c                    |   1 +
 7 files changed, 174 insertions(+)
 create mode 100644 target/riscv/insn_trans/trans_rvzacas.c.inc

-- 
2.43.0



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

end of thread, other threads:[~2024-01-04  6:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 15:32 [PATCH 0/2] Add support for (ratified) Zacas extension Rob Bradford
2023-12-07 15:32 ` [PATCH 1/2] target/riscv: Add support for " Rob Bradford
2023-12-11 11:50   ` Daniel Henrique Barboza
2023-12-18  2:54   ` Alistair Francis
2023-12-18 15:02     ` Rob Bradford
2024-01-04  6:06   ` Alistair Francis
2023-12-07 15:32 ` [PATCH 2/2] disas/riscv: Add amocas.[w,d,q] instructions Rob Bradford
2023-12-11 11:52   ` Daniel Henrique Barboza
2023-12-18  2:54   ` Alistair Francis
2024-01-04  6:07 ` [PATCH 0/2] Add support for (ratified) Zacas extension 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).