Re: [PATCH 04/11] RISC-V: Adding T-Head Bitmanip instructions

2022-09-16 Thread LIU Zhiwei
On 2022/9/6 20:22, Christoph Muellner wrote: From: Christoph Müllner This patch adds support for the T-Head Bitmanip instructions. The patch uses the T-Head specific decoder and translation. As the instructions are similar to those of Zb*, we can reuse a lot of existing infrastructure code.

[PATCH 04/11] RISC-V: Adding T-Head Bitmanip instructions

2022-09-06 Thread Christoph Muellner
From: Christoph Müllner This patch adds support for the T-Head Bitmanip instructions. The patch uses the T-Head specific decoder and translation. As the instructions are similar to those of Zb*, we can reuse a lot of existing infrastructure code. Signed-off-by: Christoph Müllner --- target/ri