Re: [PATCH v12 10/10] target/riscv: Add support for Zce

2023-04-04 Thread Alistair Francis
On Tue, Mar 7, 2023 at 6:16 PM Weiwei Li wrote: > > Add and expose property for Zce: > * Specifying Zce without F includes Zca, Zcb, Zcmp, Zcmt. > * Specifying Zce with F includes Zca, Zcb, Zcmp, Zcmt and Zcf. > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang Reviewed-by: Alistair Fra

[PATCH v12 10/10] target/riscv: Add support for Zce

2023-03-07 Thread Weiwei Li
Add and expose property for Zce: * Specifying Zce without F includes Zca, Zcb, Zcmp, Zcmt. * Specifying Zce with F includes Zca, Zcb, Zcmp, Zcmt and Zcf. Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang --- target/riscv/cpu.c | 12 target/riscv/cpu.h | 1 + 2 files changed, 1