Re: [PATCH v5 5/7] target/riscv: Add CTR sctrclr instruction.
On Thu, Dec 5, 2024 at 9:35 PM Rajnesh Kanwal wrote: > > CTR extension adds a new instruction sctrclr to quickly > clear the recorded entries buffer. > > Signed-off-by: Rajnesh Kanwal Acked-by: Alistair Francis Alistair > --- > target/riscv/cpu.h | 1 + > target/
[PATCH v5 5/7] target/riscv: Add CTR sctrclr instruction.
CTR extension adds a new instruction sctrclr to quickly clear the recorded entries buffer. Signed-off-by: Rajnesh Kanwal --- target/riscv/cpu.h | 1 + target/riscv/cpu_helper.c | 7 +++ target/riscv/helper.h | 1 +