Re: [PATCH 02/11] RISC-V: Adding T-Head CMO instructions

2022-09-16 Thread Richard Henderson
On 9/16/22 08:43, LIU Zhiwei wrote: On 2022/9/6 20:22, Christoph Muellner wrote: From: Christoph Müllner This patch adds support for the T-Head CMO instructions. To avoid interfering with standard extensions, decoder and translation are in its own T-Head specific files. Future patches should

Re: [PATCH 02/11] RISC-V: Adding T-Head CMO instructions

2022-09-15 Thread LIU Zhiwei
On 2022/9/6 20:22, Christoph Muellner wrote: From: Christoph Müllner This patch adds support for the T-Head CMO instructions. To avoid interfering with standard extensions, decoder and translation are in its own T-Head specific files. Future patches should be able to easily add additional T-H

Re: [PATCH 02/11] RISC-V: Adding T-Head CMO instructions

2022-09-15 Thread LIU Zhiwei
Reviewed-by: LIU Zhiwei Zhiwei On 2022/9/6 20:22, Christoph Muellner wrote: From: Christoph Müllner This patch adds support for the T-Head CMO instructions. To avoid interfering with standard extensions, decoder and translation are in its own T-Head specific files. Future patches should be a

[PATCH 02/11] RISC-V: Adding T-Head CMO instructions

2022-09-06 Thread Christoph Muellner
From: Christoph Müllner This patch adds support for the T-Head CMO instructions. To avoid interfering with standard extensions, decoder and translation are in its own T-Head specific files. Future patches should be able to easily add additional T-Head extesions. The implementation does not have