]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Aug 2023 17:51:10 +0000 (10:51 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:22:42 +0000 (11:22 -0700)
commit13d885b0ad4ada4d216b0341de5ae4a9ce3f5abb
tree364b0af3ef688ffa9ee1aa1b58d1fa3f95db78fa
parentbb9d7ee83e7279d71dae5dfba4d149abbf2c3b59
tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32

Replace the separate defines with TCG_TARGET_HAS_extr_i64_i32,
so that the two parts of backend-specific type changing cannot
be out of sync.

Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: <20230822175127.1173698-1-richard.henderson@linaro.org>
13 files changed:
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/aarch64/tcg-target.h
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target.h
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