Re: [PATCH v2 6/8] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions

2023-05-25 Thread Alistair Francis
On Tue, May 23, 2023 at 7:38 PM Weiwei Li wrote: > > Currently decomp_rv32 and decomp_rv64 value in opcode_data for vector > instructions are the same op index as their own. And they have no > functional decomp_data. So they have no functional difference from just > leaving them as zero. > > Signe

[PATCH v2 6/8] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions

2023-05-23 Thread Weiwei Li
Currently decomp_rv32 and decomp_rv64 value in opcode_data for vector instructions are the same op index as their own. And they have no functional decomp_data. So they have no functional difference from just leaving them as zero. Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang Reviewed-by: