Re: [PATCH v3 00/90] target/sparc: Convert to decodetree

2023-10-21 Thread Mark Cave-Ayland
On 21/10/2023 06:30, Richard Henderson wrote: Changes for v3: * Relax v8 simm13 checking for Tcc. * Split gen_op_addx_int and reorganize to not clobber current cc_op. * Do not replicate decoding for insns that can set cc_op. Changes for v2: * Fixes for JMPL, RETT, SAVE and RESTORE.

[PATCH v3 00/90] target/sparc: Convert to decodetree

2023-10-20 Thread Richard Henderson
Changes for v3: * Relax v8 simm13 checking for Tcc. * Split gen_op_addx_int and reorganize to not clobber current cc_op. * Do not replicate decoding for insns that can set cc_op. Changes for v2: * Fixes for JMPL, RETT, SAVE and RESTORE. * Fixes for FMOV etc, which had lost gen_op_clear_i