Re: [PATCH v6 00/17] support subsets of bitmanip extension

2021-05-27 Thread Alistair Francis
On Thu, May 6, 2021 at 2:11 AM wrote: > > From: Frank Chang > > This patchset implements RISC-V B-extension v0.93 version Zba, Zbb and > Zbs subset instructions. Some Zbp instructions are also implemented as > they have similar behavior with their Zba-, Zbb- and Zbs-family > instructions or for Z

[PATCH v6 00/17] support subsets of bitmanip extension

2021-05-05 Thread frank . chang
From: Frank Chang This patchset implements RISC-V B-extension v0.93 version Zba, Zbb and Zbs subset instructions. Some Zbp instructions are also implemented as they have similar behavior with their Zba-, Zbb- and Zbs-family instructions or for Zbb pseudo instructions (e.g. rev8, orc.b). Specific