On Tue, Jul 9, 2024 at 7:41 PM LIU Zhiwei <zhiwei_...@linux.alibaba.com> wrote: > > Although in QEMU disassemble, we usually lift compressed instruction > to an normal format when display the instruction name. For C.MOP.n, > it is more reasonable to directly display its compressed name, because > its behavior can be redefined by later extension. > > Signed-off-by: LIU Zhiwei <zhiwei_...@linux.alibaba.com> > Acked-by: Alistair Francis <alistair.fran...@wdc.com> > Reviewed-by: Deepak Gupta <de...@rivosinc.com> > --- > disas/riscv.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+)
Reviewed-by: Jim Shu <jim....@sifive.com>