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

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tcg/tcg.c                        | 21 ++++++++++++++++-----
  tcg/aarch64/tcg-target.c.inc     | 11 +++++++----
  tcg/arm/tcg-target.c.inc         | 10 ++++------
  tcg/i386/tcg-target.c.inc        | 10 +++++-----
  tcg/loongarch64/tcg-target.c.inc | 11 ++++-------
  tcg/mips/tcg-target.c.inc        | 12 ++++++++----
  tcg/ppc/tcg-target.c.inc         | 10 ++++------
  tcg/riscv/tcg-target.c.inc       |  9 +++------
  tcg/s390x/tcg-target.c.inc       | 10 +++-------
  tcg/sparc64/tcg-target.c.inc     |  7 +++++++
  tcg/tci/tcg-target.c.inc         | 21 ++++++++++++++++++++-
  11 files changed, 81 insertions(+), 51 deletions(-)

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


Reply via email to