On 11/4/23 03:04, Richard Henderson wrote:
We will need a backend interface for performing 32-bit zero-extend.
Use it in tcg_reg_alloc_op in the meantime.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tcg/tcg.c                        |  4 ++++
  tcg/aarch64/tcg-target.c.inc     |  9 +++++++--
  tcg/arm/tcg-target.c.inc         |  5 +++++
  tcg/i386/tcg-target.c.inc        |  4 ++--
  tcg/loongarch64/tcg-target.c.inc |  2 +-
  tcg/mips/tcg-target.c.inc        |  3 ++-
  tcg/ppc/tcg-target.c.inc         |  4 +++-
  tcg/riscv/tcg-target.c.inc       |  2 +-
  tcg/s390x/tcg-target.c.inc       | 20 ++++++++++----------
  tcg/sparc64/tcg-target.c.inc     | 17 +++++++++++------
  tcg/tci/tcg-target.c.inc         |  9 ++++++++-
  11 files changed, 54 insertions(+), 25 deletions(-)

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


Reply via email to