Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

2023-06-12 Thread Christoph Müllner
On Thu, Jun 8, 2023 at 3:05 PM LIU Zhiwei wrote: > > > On 2023/5/30 21:18, Christoph Muellner wrote: > > From: Christoph Müllner > > > > A previous patch provides a pointer to the RISCVCPUConfig data. > > Let's use this to add the necessary code for vendor extensions. > > This patch does not

Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

2023-06-11 Thread Alistair Francis
On Tue, May 30, 2023 at 11:21 PM Christoph Muellner wrote: > > From: Christoph Müllner > > A previous patch provides a pointer to the RISCVCPUConfig data. > Let's use this to add the necessary code for vendor extensions. > This patch does not change the current behaviour, but clearly > defines

Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

2023-06-08 Thread LIU Zhiwei
On 2023/5/30 21:18, Christoph Muellner wrote: From: Christoph Müllner A previous patch provides a pointer to the RISCVCPUConfig data. Let's use this to add the necessary code for vendor extensions. This patch does not change the current behaviour, but clearly defines how vendor extension

[PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

2023-05-30 Thread Christoph Muellner
From: Christoph Müllner A previous patch provides a pointer to the RISCVCPUConfig data. Let's use this to add the necessary code for vendor extensions. This patch does not change the current behaviour, but clearly defines how vendor extension support can be added to the disassembler.