Re: [PATCH v2 08/21] target/riscv: Move gen_* helpers for RVM

2021-08-18 Thread Bin Meng
On Wed, Aug 18, 2021 at 5:18 AM Richard Henderson wrote: > > Move these helpers near their use by the trans_* > functions within insn_trans/trans_rvm.c.inc. > > Signed-off-by: Richard Henderson > --- > target/riscv/translate.c| 112 > target/riscv/insn_tr

Re: [PATCH v2 08/21] target/riscv: Move gen_* helpers for RVM

2021-08-17 Thread Philippe Mathieu-Daudé
On 8/17/21 11:17 PM, Richard Henderson wrote: > Move these helpers near their use by the trans_* > functions within insn_trans/trans_rvm.c.inc. > > Signed-off-by: Richard Henderson > --- > target/riscv/translate.c| 112 > target/riscv/insn_trans/trans_rvm