On Tue, Jul 9, 2024 at 7:41 PM LIU Zhiwei <[email protected]> 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 <[email protected]> > Acked-by: Alistair Francis <[email protected]> > Reviewed-by: Deepak Gupta <[email protected]> > --- > disas/riscv.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+)
Reviewed-by: Jim Shu <[email protected]>
