Re: [PATCH v11 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk

2024-08-28 Thread Alistair Francis
On Thu, Aug 29, 2024 at 3:53 AM Deepak Gupta wrote: > > sspush and sspopchk have equivalent compressed encoding taken from zcmop. > cmop.1 is sspush x1 while cmop.5 is sspopchk x5. Due to unusual encoding > for both rs1 and rs2 from space bitfield, this required a new codec. > > Signed-off-by: Dee

[PATCH v11 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk

2024-08-28 Thread Deepak Gupta
sspush and sspopchk have equivalent compressed encoding taken from zcmop. cmop.1 is sspush x1 while cmop.5 is sspopchk x5. Due to unusual encoding for both rs1 and rs2 from space bitfield, this required a new codec. Signed-off-by: Deepak Gupta --- disas/riscv.c | 19 ++- disas/ri