Re: [PATCH v4 27/27] tcg/s390x: Avoid the constant pool in tcg_out_movi

2022-12-13 Thread Ilya Leoshkevich
On Thu, Dec 08, 2022 at 08:05:30PM -0600, Richard Henderson wrote: > Load constants in no more than two insns, which turns > out to be faster than using the constant pool. > > Suggested-by: Ilya Leoshkevich > Signed-off-by: Richard Henderson > --- > tcg/s390x/tcg-target.c.inc | 23

[PATCH v4 27/27] tcg/s390x: Avoid the constant pool in tcg_out_movi

2022-12-08 Thread Richard Henderson
Load constants in no more than two insns, which turns out to be faster than using the constant pool. Suggested-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git