On Wed, Aug 18, 2021 at 5:18 AM Richard Henderson <richard.hender...@linaro.org> wrote: > > Move these helpers near their use by the trans_* > functions within insn_trans/trans_rvm.c.inc. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/riscv/translate.c | 112 ------------------------ > target/riscv/insn_trans/trans_rvm.c.inc | 112 ++++++++++++++++++++++++ > 2 files changed, 112 insertions(+), 112 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>