On Wed, Aug 18, 2021 at 5:21 AM Richard Henderson <[email protected]> wrote: > > Move these helpers near their use by the trans_* > functions within insn_trans/trans_rvb.c.inc. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/riscv/translate.c | 233 ----------------------- > target/riscv/insn_trans/trans_rvb.c.inc | 234 ++++++++++++++++++++++++ > 2 files changed, 234 insertions(+), 233 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
