tcg: Remove TCG_TARGET_HAS_{br,set}cond2 from riscv and loongarch64
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jan 2025 23:01:43 +0000 (15:01 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2025 16:29:03 +0000 (08:29 -0800)
commite726f65867087d86436de05e9f372a86ec1381a6
treef24820f9dd1de183398fb7600c10b7641aa594a5
parent175aa36668d6e91157d5e5b092b441f96f46b05e
tcg: Remove TCG_TARGET_HAS_{br,set}cond2 from riscv and loongarch64

These defines never should have been added as they were
never used.  Only 32-bit hosts may have these opcodes and
they have them unconditionally.

Fixes: 6cb14e4de29 ("tcg/loongarch64: Add the tcg-target.h file")
Fixes: fb1f70f3685 ("tcg/riscv: Add the tcg-target.h file")
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/loongarch64/tcg-target-has.h
tcg/riscv/tcg-target-has.h