tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Mar 2023 01:44:05 +0000 (18:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
commitf15f8935b0ca829f612aeb7e9229508c19819b84
treec3b8300f4f05cc38fdf0146141f275e47902f373
parent70f168f88cab3ee8b377e90cad398e69c3deafa4
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h

These two items are the last uses of TARGET_LONG_BITS within tcg.h,
and are more in common with the other "_tl" definitions within that file.

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