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

2024-01-21 Thread Alistair Francis
On Fri, Jan 19, 2024 at 9:22 PM 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

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

2024-01-19 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 Reviewed-by: Daniel Henrique Barboza --- target/riscv/cpu.c | 5 + target/riscv/cpu_cfg.h | 2 ++ 2 files changed, 7