Re: [PATCH v4 06/33] target/nios2: Do not create TCGv for control registers

2022-03-08 Thread Peter Maydell
On Tue, 8 Mar 2022 at 07:20, Richard Henderson wrote: > > We don't need to reference them often, and when we do it > is just as easy to load/store from cpu_env directly. > > Signed-off-by: Richard Henderson > --- > target/nios2/translate.c | 21 - > 1 file changed, 16 inserti

[PATCH v4 06/33] target/nios2: Do not create TCGv for control registers

2022-03-07 Thread Richard Henderson
We don't need to reference them often, and when we do it is just as easy to load/store from cpu_env directly. Signed-off-by: Richard Henderson --- target/nios2/translate.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/target/nios2/translate.c b/target