tcg: Expand TCGTemp.val to 64-bits
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 6 Sep 2020 18:31:44 +0000 (11:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commitbdb38b95f72ebbef2d24e057828dd18ba9c81f63
treeb5af3671258f59e368515ef6d11b5fa0729ee6de
parente01fa97dea857a35be5bb8cce0d632a62e72c689
tcg: Expand TCGTemp.val to 64-bits

This will reduce the differences between 32-bit and 64-bit hosts,
allowing full 64-bit constants to be created with the same interface.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/tcg.c