[PATCH 0/1] Add RISCV ZALASR Extension

2025-05-21 Thread Roan Richmond
Ping, resending as no comments in over 2 weeks. Roan Richmond (1): Add RISCV ZALASR extension target/riscv/cpu.c | 1 + target/riscv/cpu_cfg.h | 1 + target/riscv/insn32.decode | 10 ++ target/riscv/insn_trans/trans_rvzalas

[PATCH 0/1] Add RISCV ZALASR Extension

2025-05-06 Thread Roan Richmond
Adds the Atomic Load-Acquire and Store-Release Extension (ZALASR). This extension is currently frozen, with no changes expected. The repository for this extension can be found: https://github.com/riscv/riscv-zalasr. Roan Richmond (1): Add RISCV ZALASR extension target/riscv/cpu.c