Re: [PATCH 1/4] target/riscv: Add zimop extension

2024-06-03 Thread Alistair Francis
On Wed, May 22, 2024 at 4:32 PM LIU Zhiwei wrote: > > Zimop extension defines an encoding space for 40 MOPs.The Zimop > extension defines 32 MOP instructions named MOP.R.n, where n is > an integer between 0 and 31, inclusive. The Zimop extension > additionally defines 8 MOP instructions named MOP.

Re: [PATCH 1/4] target/riscv: Add zimop extension

2024-05-25 Thread LIU Zhiwei
Hi Daniel, On 2024/5/24 17:46, Daniel Henrique Barboza wrote: On 5/22/24 03:29, LIU Zhiwei wrote: Zimop extension defines an encoding space for 40 MOPs.The Zimop extension defines 32 MOP instructions named MOP.R.n, where n is an integer between 0 and 31, inclusive. The Zimop extension additio

Re: [PATCH 1/4] target/riscv: Add zimop extension

2024-05-24 Thread Daniel Henrique Barboza
On 5/22/24 03:29, LIU Zhiwei wrote: Zimop extension defines an encoding space for 40 MOPs.The Zimop extension defines 32 MOP instructions named MOP.R.n, where n is an integer between 0 and 31, inclusive. The Zimop extension additionally defines 8 MOP instructions named MOP.RR.n, where n is an

[PATCH 1/4] target/riscv: Add zimop extension

2024-05-21 Thread LIU Zhiwei
Zimop extension defines an encoding space for 40 MOPs.The Zimop extension defines 32 MOP instructions named MOP.R.n, where n is an integer between 0 and 31, inclusive. The Zimop extension additionally defines 8 MOP instructions named MOP.RR.n, where n is an integer between 0 and 7. These 40 MOPs i