Re: [PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros

2022-04-22 Thread Peter Maydell
On Thu, 21 Apr 2022 at 16:55, Richard Henderson wrote: > > Do as little work as possible within the macros. > Split out helper functions and pass in arguments instead. > > Signed-off-by: Richard Henderson > --- > target/nios2/translate.c | 215 +-- > 1 file ch

[PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros

2022-04-21 Thread Richard Henderson
Do as little work as possible within the macros. Split out helper functions and pass in arguments instead. Signed-off-by: Richard Henderson --- target/nios2/translate.c | 215 +-- 1 file changed, 141 insertions(+), 74 deletions(-) diff --git a/target/nios2/tr