]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/ppc/tcg-target.c.inc
tcg: Add TCGConst argument to tcg_target_const_match
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2023 22:44:45 +0000 (15:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 23:53:48 +0000 (23:53 +0000)
commit21e9a8aefb0313174c1861df84e5e49bd84026c8
tree5edc8adb12dc614a6af0407e95b50395a7ae9f01
parentf9ec459da8b15e857e0ffd94ccb6276284592cce
tcg: Add TCGConst argument to tcg_target_const_match

Fill the new argument from any condition within the opcode.
Not yet used within any backend.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc