On Fri, 22 Apr 2022 at 18:40, Richard Henderson <richard.hender...@linaro.org> wrote: > > Split the macro in two, one for reg/imm and one for reg/reg. > Do as little work as possible within the macros; split out > helper functions and pass in arguments instead. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/nios2/translate.c | 54 ++++++++++++++++++++++++++-------------- > 1 file changed, 36 insertions(+), 18 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM