OSDN Git Service

tcg: Add INDEX_op_qemu_{ld,st}_i128
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 6 Nov 2022 23:42:56 +0000 (10:42 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 23:30:25 +0000 (16:30 -0700)
commit12fde9bcdb52118495d10c32ed375679f23e323c
treeaf2fc03fc6bf402cad84ec11be6799fd0a373f8f
parent7b8801071951c55dc506c1fca8b40ba292a28d6e
tcg: Add INDEX_op_qemu_{ld,st}_i128

Add opcodes for backend support for 128-bit memory operations.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
15 files changed:
docs/devel/tcg-ops.rst
include/tcg/tcg-opc.h
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.h
tcg/s390x/tcg-target.h
tcg/sparc64/tcg-target.h
tcg/tcg-op.c
tcg/tcg.c
tcg/tci/tcg-target.h