Re: [RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions

2022-01-21 Thread Atish Patra
On Fri, Jan 21, 2022 at 1:55 AM Christoph Müllner wrote: > > On Tue, Jan 18, 2022 at 9:31 PM Atish Patra wrote: > > > > On Tue, Jan 18, 2022 at 8:48 AM Christoph Muellner > > wrote: > > > > > > The RISC-V base cache management operation ISA extension has been > > > ratified [1]. This patch adds

Re: [RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions

2022-01-21 Thread Christoph Müllner
On Tue, Jan 18, 2022 at 9:31 PM Atish Patra wrote: > > On Tue, Jan 18, 2022 at 8:48 AM Christoph Muellner > wrote: > > > > The RISC-V base cache management operation ISA extension has been > > ratified [1]. This patch adds support for the defined instructions > > and CSRs. > > > > [1] https://wi

Re: [RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions

2022-01-18 Thread Atish Patra
On Tue, Jan 18, 2022 at 8:48 AM Christoph Muellner wrote: > > The RISC-V base cache management operation ISA extension has been > ratified [1]. This patch adds support for the defined instructions > and CSRs. > > [1] https://wiki.riscv.org/display/TECH/Recently+Ratified+Extensions > > Co-developed

[RESEND] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions

2022-01-18 Thread Christoph Muellner
The RISC-V base cache management operation ISA extension has been ratified [1]. This patch adds support for the defined instructions and CSRs. [1] https://wiki.riscv.org/display/TECH/Recently+Ratified+Extensions Co-developed-by: Philipp Tomsich Signed-off-by: Philipp Tomsich Signed-off-by: Chri