Re: [PATCH v6 3/8] tcg/sparc: Add scratch argument to tcg_out_movi_int

2022-02-08 Thread Peter Maydell
On Tue, 8 Feb 2022 at 07:17, Richard Henderson wrote: > > This will allow us to control exactly what scratch register is > used for loading the constant. > > Signed-off-by: Richard Henderson > --- > tcg/sparc/tcg-target.c.inc | 15 +-- > 1 file changed, 9 insertions(+), 6 deletions(-

[PATCH v6 3/8] tcg/sparc: Add scratch argument to tcg_out_movi_int

2022-02-08 Thread Richard Henderson
This will allow us to control exactly what scratch register is used for loading the constant. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c.inc | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tcg/sparc/tcg-target.c.inc b/tcg/sparc/tcg-target.c.in