Re: [PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions

2023-01-23 Thread Alistair Francis
On Sat, Dec 24, 2022 at 4:04 AM Christoph Muellner wrote: > > From: Christoph Müllner > > This patch adds support for the T-Head MAC instructions. > The patch uses the T-Head specific decoder and translation. > > Changes in v2: > - Add ISA_EXT_DATA_ENTRY() > - Use single decoder for XThead extens

[PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions

2022-12-23 Thread Christoph Muellner
From: Christoph Müllner This patch adds support for the T-Head MAC instructions. The patch uses the T-Head specific decoder and translation. Changes in v2: - Add ISA_EXT_DATA_ENTRY() - Use single decoder for XThead extensions Co-developed-by: LIU Zhiwei Signed-off-by: Christoph Müllner --- t