On 18/11/22 10:47, Richard Henderson wrote:
Add opcodes for backend support for 128-bit memory operations.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/tcg/tcg-opc.h        |  8 +++++
  tcg/aarch64/tcg-target.h     |  2 ++
  tcg/arm/tcg-target.h         |  2 ++
  tcg/i386/tcg-target.h        |  2 ++
  tcg/loongarch64/tcg-target.h |  2 ++
  tcg/mips/tcg-target.h        |  2 ++
  tcg/ppc/tcg-target.h         |  2 ++
  tcg/riscv/tcg-target.h       |  2 ++
  tcg/s390x/tcg-target.h       |  2 ++
  tcg/sparc64/tcg-target.h     |  2 ++
  tcg/tci/tcg-target.h         |  2 ++
  tcg/tcg-op.c                 | 67 ++++++++++++++++++++++++++++++++----
  tcg/tcg.c                    |  4 +++
  tcg/README                   | 10 ++++--
  14 files changed, 100 insertions(+), 9 deletions(-)

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


Reply via email to