tcg: Drop implementation checks from tcg-opc.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Jan 2025 19:44:57 +0000 (11:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:17 +0000 (20:57 -0800)
commit76187b4f57eb3931352e7f3e1c86d8d49545e396
treef6d8e1bfed440229dad0cef6904f235046a93ea2
parent931bac71fc1f877168d14e718a503c271713ed6e
tcg: Drop implementation checks from tcg-opc.h

Now that we use a functional interface to query whether the opcode
is supported, we can drop the TCG_OPF_NOT_PRESENT bit mapping from
TCG_TARGET_HAS_foo in tcg-opc.h

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-opc.h