Re: [PATCH 1/2] target/riscv: Add Zaamo and Zalrsc extensions

2024-01-18 Thread Daniel Henrique Barboza
On 1/15/24 13:25, Rob Bradford wrote: These extensions represent the atomic operations from A (Zaamo) and the Load-Reserved/Store-Conditional operations from A (Zalrsc) Signed-off-by: Rob Bradford --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 5 + target/riscv

[PATCH 1/2] target/riscv: Add Zaamo and Zalrsc extensions

2024-01-15 Thread Rob Bradford
These extensions represent the atomic operations from A (Zaamo) and the Load-Reserved/Store-Conditional operations from A (Zalrsc) Signed-off-by: Rob Bradford --- target/riscv/cpu.c | 5 + target/riscv/cpu_cfg.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/target/riscv/cpu.c b/