tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Apr 2023 12:55:11 +0000 (13:55 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 May 2023 03:13:51 +0000 (20:13 -0700)
commit63f4da91f955f6ca1d1d3264a2e0d9fdd22bc33e
tree48ab0431680ea6f4d5372ea61c387d870284208e
parentc60ad6e3b9be0c9622811715ffdd921bfd6ea7d2
tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL

All uses can be infered from the INDEX_op_qemu_*_a{32,64}_* opcode
being used.  Add a field into TCGLabelQemuLdst to record the usage.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.c.inc