qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 04/57] tcg: Introduce tcg_out_movext2


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 04/57] tcg: Introduce tcg_out_movext2
Date: Tue, 25 Apr 2023 20:46:32 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 24/4/23 07:40, Richard Henderson wrote:
This is common code in most qemu_{ld,st} slow paths, moving two
registers when there may be overlap between sources and destinations.
At present, this is only used by 32-bit hosts for 64-bit data,
but will shortly be used for more than that.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/tcg.c                 | 69 ++++++++++++++++++++++++++++++++++++---
  tcg/arm/tcg-target.c.inc  | 44 ++++++++++---------------
  tcg/i386/tcg-target.c.inc | 19 +++++------
  3 files changed, 90 insertions(+), 42 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]