Re: [RFC 00/10] add the rest of riscv bitmapip-0.93 instructions

2021-09-23 Thread eric tang
Ok, thanks. ^ ^! Alistair Francis 于2021年9月24日周五 下午12:39写道: > On Sat, Sep 18, 2021 at 6:20 PM Eric Tang > wrote: > > > > These patches fixed some issues about srow/sroiw/clzw instructions and > > add the rest of riscv bitmapip-0.93 instructions except fsri/fsriw & > > bext/bdep & bextw/bdepw for

Re: [RFC 00/10] add the rest of riscv bitmapip-0.93 instructions

2021-09-23 Thread Alistair Francis
On Sat, Sep 18, 2021 at 6:20 PM Eric Tang wrote: > > These patches fixed some issues about srow/sroiw/clzw instructions and > add the rest of riscv bitmapip-0.93 instructions except fsri/fsriw & > bext/bdep & bextw/bdepw for opcode coding or name conflict problems. The > problems had been fixed in

[RFC 00/10] add the rest of riscv bitmapip-0.93 instructions

2021-09-18 Thread Eric Tang
These patches fixed some issues about srow/sroiw/clzw instructions and add the rest of riscv bitmapip-0.93 instructions except fsri/fsriw & bext/bdep & bextw/bdepw for opcode coding or name conflict problems. The problems had been fixed in riscv bitmapip-1.0 version. I have tested these bitmapip i