On 2/1/25 19:06, Richard Henderson wrote:
Pass a type parameter to the macros; this is unused with these opcodes,
but will be used with others, so keep it for uniformity.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/tcg/tcg-opc.h | 24 +++---
tcg/aarch64/tcg-target-has.h | 9 +-
tcg/arm/tcg-target-has.h | 7 +-
tcg/i386/tcg-target-has.h | 6 +-
tcg/loongarch64/tcg-target-has.h | 11 +--
tcg/mips/tcg-target-has.h | 9 +-
tcg/ppc/tcg-target-has.h | 9 +-
tcg/riscv/tcg-target-has.h | 11 +--
tcg/s390x/tcg-target-has.h | 6 +-
tcg/sparc64/tcg-target-has.h | 9 +-
tcg/tcg-has.h | 19 ++---
tcg/tci/tcg-target-has.h | 8 +-
tcg/tcg-op.c | 136 ++++++++++++++++++-------------
tcg/tcg.c | 12 +--
14 files changed, 139 insertions(+), 137 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>