Re: [PATCH 1/1] Add RISCV ZALASR extension

2025-06-01 Thread Alistair Francis
On Wed, May 21, 2025 at 7:21 PM Roan Richmond wrote: > Can you include in the commit message which exact version (please include a link) of the spec this targets. We need exact versions as RISC-V will often release multiple conflicting "final" versions, so it's good to have a record of what this

[PATCH 1/1] Add RISCV ZALASR extension

2025-05-21 Thread Roan Richmond
Signed-off-by: Roan Richmond --- target/riscv/cpu.c | 1 + target/riscv/cpu_cfg.h | 1 + target/riscv/insn32.decode | 10 ++ target/riscv/insn_trans/trans_rvzalasr.c.inc | 109 +++ target/riscv/translate.c

[PATCH 1/1] Add RISCV ZALASR extension

2025-05-06 Thread Roan Richmond
Signed-off-by: Roan Richmond --- target/riscv/cpu.c | 1 + target/riscv/cpu_cfg.h | 1 + target/riscv/insn32.decode | 10 ++ target/riscv/insn_trans/trans_rvzalasr.c.inc | 109 +++ target/riscv/translate.c