On Fri, 22 Apr 2022 at 18:44, Richard Henderson <richard.hender...@linaro.org> wrote: > > Rename the macro from gen_r_mul, because these are the multiply > variants that produce a high-part result. Do as little work as > possible within the macro; split out helper functions and pass > in arguments instead. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/nios2/translate.c | 31 ++++++++++++++++++------------- > 1 file changed, 18 insertions(+), 13 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM