Re: [PATCH v5 1/6] tcg/sparc: Add scratch argument to tcg_out_movi_int

2022-02-07 Thread Richard Henderson
On 2/8/22 04:59, Peter Maydell wrote: On Sun, 6 Feb 2022 at 10:31, Richard Henderson wrote: This will allow us to control exactly what scratch register is used for loading the constant. Also, fix a theoretical problem in recursing through tcg_out_movi, which may provide a different value for

Re: [PATCH v5 1/6] tcg/sparc: Add scratch argument to tcg_out_movi_int

2022-02-07 Thread Peter Maydell
On Sun, 6 Feb 2022 at 10:31, Richard Henderson wrote: > > This will allow us to control exactly what scratch register is > used for loading the constant. Also, fix a theoretical problem > in recursing through tcg_out_movi, which may provide a different > value for in_prologue. > > Signed-off-by:

[PATCH v5 1/6] tcg/sparc: Add scratch argument to tcg_out_movi_int

2022-02-06 Thread Richard Henderson
This will allow us to control exactly what scratch register is used for loading the constant. Also, fix a theoretical problem in recursing through tcg_out_movi, which may provide a different value for in_prologue. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c.inc | 21