Re: [PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc

2022-11-03 Thread Richard Henderson
On 11/3/22 22:04, Ilya Leoshkevich wrote: On Wed, Oct 05, 2022 at 08:43:59PM -0700, Richard Henderson wrote: In most cases, this is a simple local allocate and free replaced by tcg_constant_*. In three cases, a variable temp was initialized with a constant value -- reorg to localize the

Re: [PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc

2022-11-03 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:43:59PM -0700, Richard Henderson wrote: > In most cases, this is a simple local allocate and free > replaced by tcg_constant_*. In three cases, a variable > temp was initialized with a constant value -- reorg to > localize the constant. > > Signed-off-by: Richard

[PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc

2022-10-05 Thread Richard Henderson
In most cases, this is a simple local allocate and free replaced by tcg_constant_*. In three cases, a variable temp was initialized with a constant value -- reorg to localize the constant. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate_vx.c.inc | 45