tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
commitff0c61bf35fbeffd5c0f85a0b67b49ccb65e04f5
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Apr 2023 08:16:01 +0000 (28 09:16 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (5 12:04 -0700)
treeef634dfd88e208164d0056af8404042e3c56239d
parent40bca78d76cf1643e8a081ce7e52e78e408c727e
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h

Removes the only use of TARGET_LONG_BITS from tcg.h, which is to be
target independent.  Move the symbol to a define in tcg-op.h, which
will continue to be target dependent.  Rather than complicate matters
for the use in tb_gen_code(), expand the definition there.

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