On 7/1/25 09:00, Richard Henderson wrote:
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.hSigned-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/tcg/tcg-opc.h | 306 +++++++++++++++++++----------------------- 1 file changed, 141 insertions(+), 165 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>