tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
commitdd7dc93ef056509edd1ec47f7a1d8a7bde9c411f
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Mar 2023 14:48:09 +0000 (20 07:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 17 May 2023 03:13:51 +0000 (16 20:13 -0700)
treedbd832e0bd3442e12508433322b31e05376a41af
parentfecccfcc542370caedbfc09fe9963d128f5e73a0
tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong

We now have the address size as part of the opcode, so
we no longer need to test TARGET_LONG_BITS.  We can use
uint64_t for target_ulong, as passed into load/store helpers.

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