On 8/17/21 11:17 PM, Richard Henderson wrote: > Move these helpers near their use by the trans_* > functions within insn_trans/trans_rvb.c.inc. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/riscv/translate.c | 233 ----------------------- > target/riscv/insn_trans/trans_rvb.c.inc | 234 ++++++++++++++++++++++++ > 2 files changed, 234 insertions(+), 233 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>