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
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